#8CF2CA

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

Shades of Aquamarine #8CF2CA

Tints of Aquamarine #8CF2CA

Color information

#8CF2CA (or 0x8CF2CA) is unknown color: approx Aquamarine. HEX triplet: 8C, F2 and CA. RGB value is (140,242,202). Sum of RGB (Red+Green+Blue) = 140+242+202=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF2CA is #730D35. Grayscale: #CFCFCF. Windows color (decimal): -7540022 or 13300364. OLE color: 13300364.

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

Color convert

RGB140242202-
CMYK0.4200.170.05
HSL156.47º79.69%74.9%-
HSV(B)156.47º42.15%94.9%-
XYZ53.2373.3467.23-
YUV206.94125.2180.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.97%
GREEN value IS 242 (94.92% from 255) = 41.44%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=23.97%
G=41.44%
B=34.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402422020.4200.170.05156.4779.6974.9
Hex8CF2CA2A01159c504b
Octal214362312520215234120113
Binary1000110011110010110010101010100100011011001110010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,242,202); }

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

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

 a { background-color: rgb(140,242,202); }

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

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

 span { border-color: rgb(140,242,202); }

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