#CBE4C0

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

Shades of Tea Green #CBE4C0

Tints of Tea Green #CBE4C0

Color information

#CBE4C0 (or 0xCBE4C0) is unknown color: approx Tea Green. HEX triplet: CB, E4 and C0. RGB value is (203,228,192). Sum of RGB (Red+Green+Blue) = 203+228+192=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4C0 is #341B3F. Grayscale: #D8D8D8. Windows color (decimal): -3414848 or 12641483. OLE color: 12641483.

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

Color convert

RGB203228192-
CMYK0.1100.160.11
HSL101.67º40%82.35%-
HSV(B)101.67º15.79%89.41%-
XYZ61.8971.9960.5-
YUV216.42114.22118.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 228 (89.45% from 255) = 36.60%
BLUE value IS 192 (75.39% from 255) = 30.82%
R=32.58%
G=36.60%
B=30.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032281920.1100.160.11101.674082.35
HexCBE4C0B010B662852
Octal313344300130201314650122
Binary1100101111100100110000001011010000101111001101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4C0; }

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

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

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

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

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

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

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

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