#C8E0AE

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

Shades of Reef #C8E0AE

Tints of Reef #C8E0AE

Color information

#C8E0AE (or 0xC8E0AE) is unknown color: approx Reef. HEX triplet: C8, E0 and AE. RGB value is (200,224,174). Sum of RGB (Red+Green+Blue) = 200+224+174=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E0AE is #371F51. Grayscale: #D3D3D3. Windows color (decimal): -3612498 or 11460808. OLE color: 11460808.

HSL color Cylindrical-coordinate representation of color #C8E0AE: hue angle of 88.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8E0AE is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB200224174-
CMYK0.1100.220.12
HSL88.8º44.64%78.04%-
HSV(B)88.8º22.32%87.84%-
XYZ58.1268.6550.23-
YUV211.12107.05120.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=33.44%
G=37.46%
B=29.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2002241740.1100.220.1288.844.6478.04
HexC8E0AEB016C592d4e
Octal310340256130261413155116
Binary1100100011100000101011101011010110110010110011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E0AE; }

 p { color: rgb(200,224,174); }

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

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

 a { background-color: rgb(200,224,174); }

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

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

 span { border-color: rgb(200,224,174); }

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