#CBEAC2

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

Shades of Tea Green #CBEAC2

Tints of Tea Green #CBEAC2

Color information

#CBEAC2 (or 0xCBEAC2) is unknown color: approx Tea Green. HEX triplet: CB, EA and C2. RGB value is (203,234,194). Sum of RGB (Red+Green+Blue) = 203+234+194=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAC2 is #34153D. Grayscale: #DCDCDC. Windows color (decimal): -3413310 or 12774091. OLE color: 12774091.

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

Color convert

RGB203234194-
CMYK0.1300.170.08
HSL106.5º48.78%83.92%-
HSV(B)106.5º17.09%91.76%-
XYZ63.7975.4462.24-
YUV220.17113.23115.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 194 (76.17% from 255) = 30.74%
R=32.17%
G=37.08%
B=30.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341940.1300.170.08106.548.7883.92
HexCBEAC2D01186a3154
Octal313352302150211015261124
Binary1100101111101010110000101101010001100011010101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAC2; }

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

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

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

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

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

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

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

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