#CBE4B5

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

Shades of Tea Green #CBE4B5

Tints of Tea Green #CBE4B5

Color information

#CBE4B5 (or 0xCBE4B5) is unknown color: approx Tea Green. HEX triplet: CB, E4 and B5. RGB value is (203,228,181). Sum of RGB (Red+Green+Blue) = 203+228+181=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4B5 is #341B4A. Grayscale: #D7D7D7. Windows color (decimal): -3414859 or 11920587. OLE color: 11920587.

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

Color convert

RGB203228181-
CMYK0.1100.210.11
HSL91.91º46.53%80.2%-
HSV(B)91.91º20.61%89.41%-
XYZ60.7171.5254.32-
YUV215.17108.72119.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.17%
GREEN value IS 228 (89.45% from 255) = 37.25%
BLUE value IS 181 (71.09% from 255) = 29.58%
R=33.17%
G=37.25%
B=29.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032281810.1100.210.1191.9146.5380.2
HexCBE4B5B015B5c2f50
Octal313344265130251313457120
Binary1100101111100100101101011011010101101110111001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4B5; }

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

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

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

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

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

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

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

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