#CBE4BA

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

Shades of Tea Green #CBE4BA

Tints of Tea Green #CBE4BA

Color information

#CBE4BA (or 0xCBE4BA) is unknown color: approx Tea Green. HEX triplet: CB, E4 and BA. RGB value is (203,228,186). Sum of RGB (Red+Green+Blue) = 203+228+186=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4BA is #341B45. Grayscale: #D7D7D7. Windows color (decimal): -3414854 or 12248267. OLE color: 12248267.

HSL color Cylindrical-coordinate representation of color #CBE4BA: hue angle of 95.71º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE4BA is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB203228186-
CMYK0.1100.180.11
HSL95.71º43.75%81.18%-
HSV(B)95.71º18.42%89.41%-
XYZ61.2371.7357.07-
YUV215.74111.22118.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 228 (89.45% from 255) = 36.95%
BLUE value IS 186 (73.05% from 255) = 30.15%
R=32.90%
G=36.95%
B=30.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032281860.1100.180.1195.7143.7581.18
HexCBE4BAB012B602c51
Octal313344272130221314054121
Binary1100101111100100101110101011010010101111000001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4BA; }

 p { color: rgb(203,228,186); }

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

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

 a { background-color: rgb(203,228,186); }

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

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

 span { border-color: rgb(203,228,186); }

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