#CFF7C2

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

Shades of Tea Green #CFF7C2

Tints of Tea Green #CFF7C2

Color information

#CFF7C2 (or 0xCFF7C2) is unknown color: approx Tea Green. HEX triplet: CF, F7 and C2. RGB value is (207,247,194). Sum of RGB (Red+Green+Blue) = 207+247+194=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7C2 is #30083D. Grayscale: #E5E5E5. Windows color (decimal): -3147838 or 12777423. OLE color: 12777423.

HSL color Cylindrical-coordinate representation of color #CFF7C2: hue angle of 105.28º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFF7C2 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB207247194-
CMYK0.1600.210.03
HSL105.28º76.81%86.47%-
HSV(B)105.28º21.46%96.86%-
XYZ68.7383.6863.57-
YUV229108.25112.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.94%
GREEN value IS 247 (96.88% from 255) = 38.12%
BLUE value IS 194 (76.17% from 255) = 29.94%
R=31.94%
G=38.12%
B=29.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072471940.1600.210.03105.2876.8186.47
HexCFF7C2100153694d56
Octal317367302200253151115126
Binary1100111111110111110000101000001010111110100110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7C2; }

 p { color: rgb(207,247,194); }

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

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

 a { background-color: rgb(207,247,194); }

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

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

 span { border-color: rgb(207,247,194); }

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