#8CFBD0

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

Shades of Aquamarine #8CFBD0

Tints of Aquamarine #8CFBD0

Color information

#8CFBD0 (or 0x8CFBD0) is unknown color: approx Aquamarine. HEX triplet: 8C, FB and D0. RGB value is (140,251,208). Sum of RGB (Red+Green+Blue) = 140+251+208=599 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.37% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBD0 is #73042F. Grayscale: #D4D4D4. Windows color (decimal): -7537712 or 13695884. OLE color: 13695884.

HSL color Cylindrical-coordinate representation of color #8CFBD0: hue angle of 156.76º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBD0 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB140251208-
CMYK0.4400.170.02
HSL156.76º93.28%76.67%-
HSV(B)156.76º44.22%98.43%-
XYZ56.779.1271.96-
YUV212.91125.2376-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.37%
GREEN value IS 251 (98.44% from 255) = 41.90%
BLUE value IS 208 (81.64% from 255) = 34.72%
R=23.37%
G=41.90%
B=34.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402512080.4400.170.02156.7693.2876.67
Hex8CFBD02C01129d5d4d
Octal214373320540212235135115
Binary100011001111101111010000101100010001101001110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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