#8ff1dd

Color #8FF1DD Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #8FF1DD

Tints of Aquamarine #8FF1DD

Color information

#8FF1DD (or 0x8FF1DD) is unknown color: approx Aquamarine. HEX triplet: 8F, F1 and DD. RGB value is (143,241,221). Sum of RGB (Red+Green+Blue) = 143+241+221=605 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.64% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF1DD is #700E22. Grayscale: #D1D1D1. Windows color (decimal): -7343651 or 14545295. OLE color: 14545295.

HSL color Cylindrical-coordinate representation of color #8FF1DD: hue angle of 167.76º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF1DD is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB143241221-
CMYK0.4100.080.05
HSL167.76º77.78%75.29%-
HSV(B)167.76º40.66%94.51%-
XYZ55.8373.9779.74-
YUV209.42134.5380.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 23.64%
GREEN value IS 241 (94.53% from 255) = 39.83%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=23.64%
G=39.83%
B=36.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432412210.4100.080.05167.7677.7875.29
Hex8FF1DD29085a84e4b
Octal217361335510105250116113
Binary100011111111000111011101101001010001011010100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ff1dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ff1dd; }

 p { color: rgb(143,241,221); }

 H1.HeaderClassName
 {
   color: #8ff1dd;
 }
 .AnyTagClassName
 {
   color: #8ff1dd;
 }
</style>
background-color css

<style>
 a { background-color: #8ff1dd; }

 a { background-color: rgb(143,241,221); }

 div.DivClassName
 {
   background-color: #8ff1dd;
 }
 .BgClassName
 {
   background-color: #8ff1dd;
 }
</style>
border-color css

<style>
 span { border-color: #8ff1dd; }

 span { border-color: rgb(143,241,221); }

 td.TdClassName
 {
   border-color: #8ff1dd;
 }
 .TagClassName
 {
   border-color: #8ff1dd;
 }
</style>