#CBE1B4

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

Shades of Tea Green #CBE1B4

Tints of Tea Green #CBE1B4

Color information

#CBE1B4 (or 0xCBE1B4) is unknown color: approx Tea Green. HEX triplet: CB, E1 and B4. RGB value is (203,225,180). Sum of RGB (Red+Green+Blue) = 203+225+180=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1B4 is #341E4B. Grayscale: #D5D5D5. Windows color (decimal): -3415628 or 11854283. OLE color: 11854283.

HSL color Cylindrical-coordinate representation of color #CBE1B4: hue angle of 89.33º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBE1B4 is Cyan = 0.10, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB203225180-
CMYK0.1000.20.12
HSL89.33º42.86%79.41%-
HSV(B)89.33º20%88.24%-
XYZ59.7969.8453.51-
YUV213.29109.21120.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 225 (88.28% from 255) = 37.01%
BLUE value IS 180 (70.70% from 255) = 29.61%
R=33.39%
G=37.01%
B=29.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032251800.1000.20.1289.3342.8679.41
HexCBE1B4A014C592b4f
Octal313341264120241413153117
Binary1100101111100001101101001010010100110010110011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1B4; }

 p { color: rgb(203,225,180); }

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

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

 a { background-color: rgb(203,225,180); }

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

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

 span { border-color: rgb(203,225,180); }

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