#8CF4D2

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

Shades of Aquamarine #8CF4D2

Tints of Aquamarine #8CF4D2

Color information

#8CF4D2 (or 0x8CF4D2) is unknown color: approx Aquamarine. HEX triplet: 8C, F4 and D2. RGB value is (140,244,210). Sum of RGB (Red+Green+Blue) = 140+244+210=594 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.57% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #8CF4D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF4D2 is #730B2D. Grayscale: #D1D1D1. Windows color (decimal): -7539502 or 13825164. OLE color: 13825164.

HSL color Cylindrical-coordinate representation of color #8CF4D2: hue angle of 160.38º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF4D2 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB140244210-
CMYK0.4300.140.04
HSL160.38º82.54%75.29%-
HSV(B)160.38º42.62%95.69%-
XYZ54.874.9372.55-
YUV209.03128.5478.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.57%
GREEN value IS 244 (95.70% from 255) = 41.08%
BLUE value IS 210 (82.42% from 255) = 35.35%
R=23.57%
G=41.08%
B=35.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1402442100.4300.140.04160.3882.5475.29
Hex8CF4D22B0E4a0534b
Octal214364322530164240123113
Binary100011001111010011010010101011011101001010000010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,244,210); }

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

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

 a { background-color: rgb(140,244,210); }

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

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

 span { border-color: rgb(140,244,210); }

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