#8AFBC3

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

Shades of Aquamarine #8AFBC3

Tints of Aquamarine #8AFBC3

Color information

#8AFBC3 (or 0x8AFBC3) is unknown color: approx Aquamarine. HEX triplet: 8A, FB and C3. RGB value is (138,251,195). Sum of RGB (Red+Green+Blue) = 138+251+195=584 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.63% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBC3 is #75043C. Grayscale: #D2D2D2. Windows color (decimal): -7668797 or 12843914. OLE color: 12843914.

HSL color Cylindrical-coordinate representation of color #8AFBC3: hue angle of 150.27º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFBC3 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB138251195-
CMYK0.4500.220.02
HSL150.27º93.39%76.27%-
HSV(B)150.27º45.02%98.43%-
XYZ54.8378.3463.86-
YUV210.83119.0676.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.63%
GREEN value IS 251 (98.44% from 255) = 42.98%
BLUE value IS 195 (76.56% from 255) = 33.39%
R=23.63%
G=42.98%
B=33.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511950.4500.220.02150.2793.3976.27
Hex8AFBC32D0162965d4c
Octal212373303550262226135114
Binary100010101111101111000011101101010110101001011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,251,195); }

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

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

 a { background-color: rgb(138,251,195); }

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

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

 span { border-color: rgb(138,251,195); }

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