#8AFCCA

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

Shades of Aquamarine #8AFCCA

Tints of Aquamarine #8AFCCA

Color information

#8AFCCA (or 0x8AFCCA) is unknown color: approx Aquamarine. HEX triplet: 8A, FC and CA. RGB value is (138,252,202). Sum of RGB (Red+Green+Blue) = 138+252+202=592 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.31% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFCCA is #750335. Grayscale: #D4D4D4. Windows color (decimal): -7668534 or 13302922. OLE color: 13302922.

HSL color Cylindrical-coordinate representation of color #8AFCCA: hue angle of 153.68º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFCCA is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB138252202-
CMYK0.4500.200.01
HSL153.68º95%76.47%-
HSV(B)153.68º45.24%98.82%-
XYZ55.9579.2968.23-
YUV212.21122.2375.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.31%
GREEN value IS 252 (98.83% from 255) = 42.57%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=23.31%
G=42.57%
B=34.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382522020.4500.200.01153.689576.47
Hex8AFCCA2D01419a5f4c
Octal212374312550241232137114
Binary10001010111111001100101010110101010011001101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,252,202); }

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

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

 a { background-color: rgb(138,252,202); }

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

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

 span { border-color: rgb(138,252,202); }

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