#CBEBA6

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

Shades of Reef #CBEBA6

Tints of Reef #CBEBA6

Color information

#CBEBA6 (or 0xCBEBA6) is unknown color: approx Reef. HEX triplet: CB, EB and A6. RGB value is (203,235,166). Sum of RGB (Red+Green+Blue) = 203+235+166=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEBA6 is #341459. Grayscale: #D9D9D9. Windows color (decimal): -3413082 or 10939339. OLE color: 10939339.

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

Color convert

RGB203235166-
CMYK0.1400.290.08
HSL87.83º63.3%78.63%-
HSV(B)87.83º29.36%92.16%-
XYZ61.2274.8747.3-
YUV217.5798.9117.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 166 (65.23% from 255) = 27.48%
R=33.61%
G=38.91%
B=27.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032351660.1400.290.0887.8363.378.63
HexCBEBA6E01D8583f4f
Octal313353246160351013077117
Binary1100101111101011101001101110011101100010110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBA6; }

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

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

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

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

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

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

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

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