#CBEBA0

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

Shades of Reef #CBEBA0

Tints of Reef #CBEBA0

Color information

#CBEBA0 (or 0xCBEBA0) is unknown color: approx Reef. HEX triplet: CB, EB and A0. RGB value is (203,235,160). Sum of RGB (Red+Green+Blue) = 203+235+160=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEBA0 is #34145F. Grayscale: #D9D9D9. Windows color (decimal): -3413088 or 10546123. OLE color: 10546123.

HSL color Cylindrical-coordinate representation of color #CBEBA0: hue angle of 85.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBEBA0 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB203235160-
CMYK0.1400.320.08
HSL85.6º65.22%77.45%-
HSV(B)85.6º31.91%92.16%-
XYZ60.6874.6544.47-
YUV216.8895.9118.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 235 (92.19% from 255) = 39.30%
BLUE value IS 160 (62.89% from 255) = 26.76%
R=33.95%
G=39.30%
B=26.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032351600.1400.320.0885.665.2277.45
HexCBEBA0E020856414d
Octal3133532401604010126101115
Binary110010111110101110100000111001000001000101011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBA0; }

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

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

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

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

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

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

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

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