#CBEABF

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

Shades of Tea Green #CBEABF

Tints of Tea Green #CBEABF

Color information

#CBEABF (or 0xCBEABF) is unknown color: approx Tea Green. HEX triplet: CB, EA and BF. RGB value is (203,234,191). Sum of RGB (Red+Green+Blue) = 203+234+191=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEABF is #341540. Grayscale: #DBDBDB. Windows color (decimal): -3413313 or 12577483. OLE color: 12577483.

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

Color convert

RGB203234191-
CMYK0.1300.180.08
HSL103.26º50.59%83.33%-
HSV(B)103.26º18.38%91.76%-
XYZ63.4675.360.48-
YUV219.83111.73116-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 234 (91.80% from 255) = 37.26%
BLUE value IS 191 (75% from 255) = 30.41%
R=32.32%
G=37.26%
B=30.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341910.1300.180.08103.2650.5983.33
HexCBEABFD0128673353
Octal313352277150221014763123
Binary1100101111101010101111111101010010100011001111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEABF; }

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

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

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

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

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

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

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

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