#CFECB5

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

Shades of Tea Green #CFECB5

Tints of Tea Green #CFECB5

Color information

#CFECB5 (or 0xCFECB5) is unknown color: approx Tea Green. HEX triplet: CF, EC and B5. RGB value is (207,236,181). Sum of RGB (Red+Green+Blue) = 207+236+181=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECB5 is #30134A. Grayscale: #DDDDDD. Windows color (decimal): -3150667 or 11922639. OLE color: 11922639.

HSL color Cylindrical-coordinate representation of color #CFECB5: hue angle of 91.64º 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 #CFECB5 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB207236181-
CMYK0.1200.230.07
HSL91.64º59.14%81.76%-
HSV(B)91.64º23.31%92.55%-
XYZ64.0776.5955.12-
YUV221.06105.39117.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 236 (92.58% from 255) = 37.82%
BLUE value IS 181 (71.09% from 255) = 29.01%
R=33.17%
G=37.82%
B=29.01%

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
Decimal2072361810.1200.230.0791.6459.1481.76
HexCFECB5C01775c3b52
Octal31735426514027713473122
Binary110011111110110010110101110001011111110111001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECB5; }

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

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

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

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

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

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

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

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