#8AFBD3

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

Shades of Aquamarine #8AFBD3

Tints of Aquamarine #8AFBD3

Color information

#8AFBD3 (or 0x8AFBD3) is unknown color: approx Aquamarine. HEX triplet: 8A, FB and D3. RGB value is (138,251,211). Sum of RGB (Red+Green+Blue) = 138+251+211=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBD3 is #75042C. Grayscale: #D4D4D4. Windows color (decimal): -7668781 or 13892490. OLE color: 13892490.

HSL color Cylindrical-coordinate representation of color #8AFBD3: hue angle of 158.76º 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 #8AFBD3 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB138251211-
CMYK0.4500.160.02
HSL158.76º93.39%76.27%-
HSV(B)158.76º45.02%98.43%-
XYZ56.7479.173.91-
YUV212.65127.0674.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23%
GREEN value IS 251 (98.44% from 255) = 41.83%
BLUE value IS 211 (82.81% from 255) = 35.17%
R=23%
G=41.83%
B=35.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382512110.4500.160.02158.7693.3976.27
Hex8AFBD32D01029f5d4c
Octal212373323550202237135114
Binary100010101111101111010011101101010000101001111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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