#CBE1BF

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

Shades of Tea Green #CBE1BF

Tints of Tea Green #CBE1BF

Color information

#CBE1BF (or 0xCBE1BF) is unknown color: approx Tea Green. HEX triplet: CB, E1 and BF. RGB value is (203,225,191). Sum of RGB (Red+Green+Blue) = 203+225+191=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1BF is #341E40. Grayscale: #D6D6D6. Windows color (decimal): -3415617 or 12575179. OLE color: 12575179.

HSL color Cylindrical-coordinate representation of color #CBE1BF: hue angle of 98.82º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBE1BF is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB203225191-
CMYK0.1000.150.12
HSL98.82º36.17%81.57%-
HSV(B)98.82º15.11%88.24%-
XYZ60.9670.3159.65-
YUV214.55114.71119.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 225 (88.28% from 255) = 36.35%
BLUE value IS 191 (75% from 255) = 30.86%
R=32.79%
G=36.35%
B=30.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032251910.1000.150.1298.8236.1781.57
HexCBE1BFA0FC632452
Octal313341277120171414344122
Binary110010111110000110111111101001111110011000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1BF; }

 p { color: rgb(203,225,191); }

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

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

 a { background-color: rgb(203,225,191); }

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

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

 span { border-color: rgb(203,225,191); }

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