#CFEDC1

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

Shades of Tea Green #CFEDC1

Tints of Tea Green #CFEDC1

Color information

#CFEDC1 (or 0xCFEDC1) is unknown color: approx Tea Green. HEX triplet: CF, ED and C1. RGB value is (207,237,193). Sum of RGB (Red+Green+Blue) = 207+237+193=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDC1 is #30123E. Grayscale: #DFDFDF. Windows color (decimal): -3150399 or 12709327. OLE color: 12709327.

HSL color Cylindrical-coordinate representation of color #CFEDC1: hue angle of 100.91º degrees, saturation: 0.55, 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 #CFEDC1 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB207237193-
CMYK0.1300.190.07
HSL100.91º55%84.31%-
HSV(B)100.91º18.57%92.94%-
XYZ65.6477.6861.99-
YUV223.01111.06116.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 193 (75.78% from 255) = 30.30%
R=32.50%
G=37.21%
B=30.30%

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
Decimal2072371930.1300.190.07100.915584.31
HexCFEDC1D0137653754
Octal31735530115023714567124
Binary110011111110110111000001110101001111111001011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDC1; }

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

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

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

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

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

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

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

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