#cbecaf

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

Shades of Tea Green #CBECAF

Tints of Tea Green #CBECAF

Color information

#CBECAF (or 0xCBECAF) is unknown color: approx Tea Green. HEX triplet: CB, EC and AF. RGB value is (203,236,175). Sum of RGB (Red+Green+Blue) = 203+236+175=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBECAF is #341350. Grayscale: #DBDBDB. Windows color (decimal): -3412817 or 11529419. OLE color: 11529419.

HSL color Cylindrical-coordinate representation of color #CBECAF: hue angle of 92.46º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBECAF is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB203236175-
CMYK0.1400.260.07
HSL92.46º61.62%80.59%-
HSV(B)92.46º25.85%92.55%-
XYZ62.3675.7851.9-
YUV219.18103.07116.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=33.06%
G=38.44%
B=28.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032361750.1400.260.0792.4661.6280.59
HexCBECAFE01A75c3e51
Octal31335425716032713476121
Binary110010111110110010101111111001101011110111001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbecaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbecaf; }

 p { color: rgb(203,236,175); }

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

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

 a { background-color: rgb(203,236,175); }

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

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

 span { border-color: rgb(203,236,175); }

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