#8AFBD0

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

Shades of Aquamarine #8AFBD0

Tints of Aquamarine #8AFBD0

Color information

#8AFBD0 (or 0x8AFBD0) is unknown color: approx Aquamarine. HEX triplet: 8A, FB and D0. RGB value is (138,251,208). Sum of RGB (Red+Green+Blue) = 138+251+208=597 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.12% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBD0 is #75042F. Grayscale: #D4D4D4. Windows color (decimal): -7668784 or 13695882. OLE color: 13695882.

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

Color convert

RGB138251208-
CMYK0.4500.170.02
HSL157.17º93.39%76.27%-
HSV(B)157.17º45.02%98.43%-
XYZ56.3678.9571.94-
YUV212.31125.5675-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.12%
GREEN value IS 251 (98.44% from 255) = 42.04%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=23.12%
G=42.04%
B=34.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382512080.4500.170.02157.1793.3976.27
Hex8AFBD02D01129d5d4c
Octal212373320550212235135114
Binary100010101111101111010000101101010001101001110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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