#CBE0AA

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

Shades of Reef #CBE0AA

Tints of Reef #CBE0AA

Color information

#CBE0AA (or 0xCBE0AA) is unknown color: approx Reef. HEX triplet: CB, E0 and AA. RGB value is (203,224,170). Sum of RGB (Red+Green+Blue) = 203+224+170=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE0AA is #341F55. Grayscale: #D3D3D3. Windows color (decimal): -3415894 or 11198667. OLE color: 11198667.

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

Color convert

RGB203224170-
CMYK0.0900.240.12
HSL83.33º46.55%77.25%-
HSV(B)83.33º24.11%87.84%-
XYZ58.5468.9148.25-
YUV211.56104.54121.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 224 (87.89% from 255) = 37.52%
BLUE value IS 170 (66.80% from 255) = 28.48%
R=34.00%
G=37.52%
B=28.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032241700.0900.240.1283.3346.5577.25
HexCBE0AA9018C532f4d
Octal313340252110301412357115
Binary1100101111100000101010101001011000110010100111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0AA; }

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

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

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

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

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

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

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

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