#C8EAAB

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

Shades of Reef #C8EAAB

Tints of Reef #C8EAAB

Color information

#C8EAAB (or 0xC8EAAB) is unknown color: approx Reef. HEX triplet: C8, EA and AB. RGB value is (200,234,171). Sum of RGB (Red+Green+Blue) = 200+234+171=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EAAB is #371554. Grayscale: #D8D8D8. Windows color (decimal): -3609941 or 11266760. OLE color: 11266760.

HSL color Cylindrical-coordinate representation of color #C8EAAB: hue angle of 92.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8EAAB is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB200234171-
CMYK0.1500.270.08
HSL92.38º60%79.41%-
HSV(B)92.38º26.92%91.76%-
XYZ60.5974.0749.63-
YUV216.65102.24116.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.06%
GREEN value IS 234 (91.80% from 255) = 38.68%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=33.06%
G=38.68%
B=28.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002341710.1500.270.0892.386079.41
HexC8EAABF01B85c3c4f
Octal310352253170331013474117
Binary1100100011101010101010111111011011100010111001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EAAB; }

 p { color: rgb(200,234,171); }

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

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

 a { background-color: rgb(200,234,171); }

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

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

 span { border-color: rgb(200,234,171); }

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