#CFEFC0

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

Shades of Tea Green #CFEFC0

Tints of Tea Green #CFEFC0

Color information

#CFEFC0 (or 0xCFEFC0) is unknown color: approx Tea Green. HEX triplet: CF, EF and C0. RGB value is (207,239,192). Sum of RGB (Red+Green+Blue) = 207+239+192=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFC0 is #30103F. Grayscale: #E0E0E0. Windows color (decimal): -3149888 or 12644303. OLE color: 12644303.

HSL color Cylindrical-coordinate representation of color #CFEFC0: hue angle of 100.85º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFEFC0 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB207239192-
CMYK0.1300.200.06
HSL100.85º59.49%84.51%-
HSV(B)100.85º19.67%93.73%-
XYZ66.1178.861.6-
YUV224.07109.9115.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 239 (93.75% from 255) = 37.46%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=32.45%
G=37.46%
B=30.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391920.1300.200.06100.8559.4984.51
HexCFEFC0D0146653b55
Octal31735730015024614573125
Binary110011111110111111000000110101010011011001011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFC0; }

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

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

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

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

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

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

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

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