#CBE1BB

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

Shades of Tea Green #CBE1BB

Tints of Tea Green #CBE1BB

Color information

#CBE1BB (or 0xCBE1BB) is unknown color: approx Tea Green. HEX triplet: CB, E1 and BB. RGB value is (203,225,187). Sum of RGB (Red+Green+Blue) = 203+225+187=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1BB is #341E44. Grayscale: #D6D6D6. Windows color (decimal): -3415621 or 12313035. OLE color: 12313035.

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

Color convert

RGB203225187-
CMYK0.1000.170.12
HSL94.74º38.78%80.78%-
HSV(B)94.74º16.89%88.24%-
XYZ60.5270.1357.36-
YUV214.09112.71120.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 225 (88.28% from 255) = 36.59%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=33.01%
G=36.59%
B=30.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032251870.1000.170.1294.7438.7880.78
HexCBE1BBA011C5f2751
Octal313341273120211413747121
Binary1100101111100001101110111010010001110010111111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1BB; }

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

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

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

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

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

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

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

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