#CBEBAF

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

Shades of Tea Green #CBEBAF

Tints of Tea Green #CBEBAF

Color information

#CBEBAF (or 0xCBEBAF) is unknown color: approx Tea Green. HEX triplet: CB, EB and AF. RGB value is (203,235,175). Sum of RGB (Red+Green+Blue) = 203+235+175=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEBAF is #341450. Grayscale: #DADADA. Windows color (decimal): -3413073 or 11529163. OLE color: 11529163.

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

Color convert

RGB203235175-
CMYK0.1400.260.08
HSL92º60%80.39%-
HSV(B)92º25.53%92.16%-
XYZ62.0775.2151.8-
YUV218.59103.4116.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=33.12%
G=38.34%
B=28.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032351750.1400.260.08926080.39
HexCBEBAFE01A85c3c50
Octal313353257160321013474120
Binary1100101111101011101011111110011010100010111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBAF; }

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

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

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

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

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

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

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

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