#CFECB9

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

Shades of Tea Green #CFECB9

Tints of Tea Green #CFECB9

Color information

#CFECB9 (or 0xCFECB9) is unknown color: approx Tea Green. HEX triplet: CF, EC and B9. RGB value is (207,236,185). Sum of RGB (Red+Green+Blue) = 207+236+185=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECB9 is #301346. Grayscale: #DDDDDD. Windows color (decimal): -3150663 or 12184783. OLE color: 12184783.

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

Color convert

RGB207236185-
CMYK0.1200.220.07
HSL94.12º57.3%82.55%-
HSV(B)94.12º21.61%92.55%-
XYZ64.4876.7657.32-
YUV221.52107.39117.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 185 (72.66% from 255) = 29.46%
R=32.96%
G=37.58%
B=29.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361850.1200.220.0794.1257.382.55
HexCFECB9C01675e3953
Octal31735427114026713671123
Binary110011111110110010111001110001011011110111101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECB9; }

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

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

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

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

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

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

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

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