#CFECB6

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

Shades of Tea Green #CFECB6

Tints of Tea Green #CFECB6

Color information

#CFECB6 (or 0xCFECB6) is unknown color: approx Tea Green. HEX triplet: CF, EC and B6. RGB value is (207,236,182). Sum of RGB (Red+Green+Blue) = 207+236+182=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECB6 is #301349. Grayscale: #DDDDDD. Windows color (decimal): -3150666 or 11988175. OLE color: 11988175.

HSL color Cylindrical-coordinate representation of color #CFECB6: hue angle of 92.22º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFECB6 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB207236182-
CMYK0.1200.230.07
HSL92.22º58.7%81.96%-
HSV(B)92.22º22.88%92.55%-
XYZ64.1776.6355.67-
YUV221.17105.89117.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.12%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 182 (71.48% from 255) = 29.12%
R=33.12%
G=37.76%
B=29.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361820.1200.230.0792.2258.781.96
HexCFECB6C01775c3b52
Octal31735426614027713473122
Binary110011111110110010110110110001011111110111001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECB6; }

 p { color: rgb(207,236,182); }

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

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

 a { background-color: rgb(207,236,182); }

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

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

 span { border-color: rgb(207,236,182); }

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