#C7FCAF

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

Shades of Tea Green #C7FCAF

Tints of Tea Green #C7FCAF

Color information

#C7FCAF (or 0xC7FCAF) is unknown color: approx Tea Green. HEX triplet: C7, FC and AF. RGB value is (199,252,175). Sum of RGB (Red+Green+Blue) = 199+252+175=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FCAF is #380350. Grayscale: #E3E3E3. Windows color (decimal): -3670865 or 11533511. OLE color: 11533511.

HSL color Cylindrical-coordinate representation of color #C7FCAF: hue angle of 101.3º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7FCAF is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB199252175-
CMYK0.2100.310.01
HSL101.3º92.77%83.73%-
HSV(B)101.3º30.56%98.82%-
XYZ66.184.8653.45-
YUV227.3798.44107.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.79%
GREEN value IS 252 (98.83% from 255) = 40.26%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=31.79%
G=40.26%
B=27.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992521750.2100.310.01101.392.7783.73
HexC7FCAF1501F1655d54
Octal307374257250371145135124
Binary110001111111110010101111101010111111110010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FCAF; }

 p { color: rgb(199,252,175); }

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

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

 a { background-color: rgb(199,252,175); }

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

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

 span { border-color: rgb(199,252,175); }

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