#CBEAB5

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

Shades of Tea Green #CBEAB5

Tints of Tea Green #CBEAB5

Color information

#CBEAB5 (or 0xCBEAB5) is unknown color: approx Tea Green. HEX triplet: CB, EA and B5. RGB value is (203,234,181). Sum of RGB (Red+Green+Blue) = 203+234+181=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAB5 is #34154A. Grayscale: #DADADA. Windows color (decimal): -3413323 or 11922123. OLE color: 11922123.

HSL color Cylindrical-coordinate representation of color #CBEAB5: hue angle of 95.09º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBEAB5 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB203234181-
CMYK0.1300.230.08
HSL95.09º55.79%81.37%-
HSV(B)95.09º22.65%91.76%-
XYZ62.3974.8854.88-
YUV218.69106.73116.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 181 (71.09% from 255) = 29.29%
R=32.85%
G=37.86%
B=29.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341810.1300.230.0895.0955.7981.37
HexCBEAB5D01785f3851
Octal313352265150271013770121
Binary1100101111101010101101011101010111100010111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAB5; }

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

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

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

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

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

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

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

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