#CBEAA2

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

Shades of Reef #CBEAA2

Tints of Reef #CBEAA2

Color information

#CBEAA2 (or 0xCBEAA2) is unknown color: approx Reef. HEX triplet: CB, EA and A2. RGB value is (203,234,162). Sum of RGB (Red+Green+Blue) = 203+234+162=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEAA2 is #34155D. Grayscale: #D8D8D8. Windows color (decimal): -3413342 or 10676939. OLE color: 10676939.

HSL color Cylindrical-coordinate representation of color #CBEAA2: hue angle of 85.83º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBEAA2 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB203234162-
CMYK0.1300.310.08
HSL85.83º63.16%77.65%-
HSV(B)85.83º30.77%91.76%-
XYZ60.5774.1545.3-
YUV216.5297.23118.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 162 (63.67% from 255) = 27.05%
R=33.89%
G=39.07%
B=27.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341620.1300.310.0885.8363.1677.65
HexCBEAA2D01F8563f4e
Octal313352242150371012677116
Binary1100101111101010101000101101011111100010101101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAA2; }

 p { color: rgb(203,234,162); }

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

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

 a { background-color: rgb(203,234,162); }

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

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

 span { border-color: rgb(203,234,162); }

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