#CBEAA4

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

Shades of Reef #CBEAA4

Tints of Reef #CBEAA4

Color information

#CBEAA4 (or 0xCBEAA4) is unknown color: approx Reef. HEX triplet: CB, EA and A4. RGB value is (203,234,164). Sum of RGB (Red+Green+Blue) = 203+234+164=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 164 (64.45% from 255 or 27.29% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEAA4 is #34155B. Grayscale: #D9D9D9. Windows color (decimal): -3413340 or 10808011. OLE color: 10808011.

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

Color convert

RGB203234164-
CMYK0.1300.300.08
HSL86.57º62.5%78.04%-
HSV(B)86.57º29.91%91.76%-
XYZ60.7574.2246.25-
YUV216.7598.23118.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 164 (64.45% from 255) = 27.29%
R=33.78%
G=38.94%
B=27.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341640.1300.300.0886.5762.578.04
HexCBEAA4D01E8573e4e
Octal313352244150361012776116
Binary1100101111101010101001001101011110100010101111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAA4; }

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

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

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

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

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

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

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

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