#CBE0AC

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

Shades of Reef #CBE0AC

Tints of Reef #CBE0AC

Color information

#CBE0AC (or 0xCBE0AC) is unknown color: approx Reef. HEX triplet: CB, E0 and AC. RGB value is (203,224,172). Sum of RGB (Red+Green+Blue) = 203+224+172=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE0AC is #341F53. Grayscale: #D3D3D3. Windows color (decimal): -3415892 or 11329739. OLE color: 11329739.

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

Color convert

RGB203224172-
CMYK0.0900.230.12
HSL84.23º45.61%77.65%-
HSV(B)84.23º23.21%87.84%-
XYZ58.7368.9949.25-
YUV211.79105.54121.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 224 (87.89% from 255) = 37.40%
BLUE value IS 172 (67.58% from 255) = 28.71%
R=33.89%
G=37.40%
B=28.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032241720.0900.230.1284.2345.6177.65
HexCBE0AC9017C542e4e
Octal313340254110271412456116
Binary1100101111100000101011001001010111110010101001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0AC; }

 p { color: rgb(203,224,172); }

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

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

 a { background-color: rgb(203,224,172); }

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

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

 span { border-color: rgb(203,224,172); }

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