#CBEBA4

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

Shades of Reef #CBEBA4

Tints of Reef #CBEBA4

Color information

#CBEBA4 (or 0xCBEBA4) is unknown color: approx Reef. HEX triplet: CB, EB and A4. RGB value is (203,235,164). Sum of RGB (Red+Green+Blue) = 203+235+164=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEBA4 is #34145B. Grayscale: #D9D9D9. Windows color (decimal): -3413084 or 10808267. OLE color: 10808267.

HSL color Cylindrical-coordinate representation of color #CBEBA4: hue angle of 87.04º degrees, saturation: 0.64, 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 #CBEBA4 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB203235164-
CMYK0.1400.300.08
HSL87.04º63.96%78.24%-
HSV(B)87.04º30.21%92.16%-
XYZ61.0474.7946.34-
YUV217.3497.9117.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 164 (64.45% from 255) = 27.24%
R=33.72%
G=39.04%
B=27.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032351640.1400.300.0887.0463.9678.24
HexCBEBA4E01E857404e
Octal3133532441603610127100116
Binary11001011111010111010010011100111101000101011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBA4; }

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

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

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

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

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

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

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

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