#CFEDC0

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

Shades of Tea Green #CFEDC0

Tints of Tea Green #CFEDC0

Color information

#CFEDC0 (or 0xCFEDC0) is unknown color: approx Tea Green. HEX triplet: CF, ED and C0. RGB value is (207,237,192). Sum of RGB (Red+Green+Blue) = 207+237+192=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDC0 is #30123F. Grayscale: #DFDFDF. Windows color (decimal): -3150400 or 12643791. OLE color: 12643791.

HSL color Cylindrical-coordinate representation of color #CFEDC0: hue angle of 100º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFEDC0 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB207237192-
CMYK0.1300.190.07
HSL100º55.56%84.12%-
HSV(B)100º18.99%92.94%-
XYZ65.5377.6461.4-
YUV222.9110.56116.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.55%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 192 (75.39% from 255) = 30.19%
R=32.55%
G=37.26%
B=30.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371920.1300.190.0710055.5684.12
HexCFEDC0D0137643854
Octal31735530015023714470124
Binary110011111110110111000000110101001111111001001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDC0; }

 p { color: rgb(207,237,192); }

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

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

 a { background-color: rgb(207,237,192); }

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

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

 span { border-color: rgb(207,237,192); }

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