#CBEAB2

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

Shades of Tea Green #CBEAB2

Tints of Tea Green #CBEAB2

Color information

#CBEAB2 (or 0xCBEAB2) is unknown color: approx Tea Green. HEX triplet: CB, EA and B2. RGB value is (203,234,178). Sum of RGB (Red+Green+Blue) = 203+234+178=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEAB2 is #34154D. Grayscale: #DADADA. Windows color (decimal): -3413326 or 11725515. OLE color: 11725515.

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

Color convert

RGB203234178-
CMYK0.1300.240.08
HSL93.21º57.14%80.78%-
HSV(B)93.21º23.93%91.76%-
XYZ62.0974.7653.28-
YUV218.35105.23117.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 178 (69.92% from 255) = 28.94%
R=33.01%
G=38.05%
B=28.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341780.1300.240.0893.2157.1480.78
HexCBEAB2D01885d3951
Octal313352262150301013571121
Binary1100101111101010101100101101011000100010111011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAB2; }

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

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

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

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

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

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

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

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