#C8FDAF

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

Shades of Tea Green #C8FDAF

Tints of Tea Green #C8FDAF

Color information

#C8FDAF (or 0xC8FDAF) is unknown color: approx Tea Green. HEX triplet: C8, FD and AF. RGB value is (200,253,175). Sum of RGB (Red+Green+Blue) = 200+253+175=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FDAF is #370250. Grayscale: #E4E4E4. Windows color (decimal): -3605073 or 11533768. OLE color: 11533768.

HSL color Cylindrical-coordinate representation of color #C8FDAF: hue angle of 100.77º degrees, saturation: 0.95, 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 #C8FDAF is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB200253175-
CMYK0.2100.310.01
HSL100.77º95.12%83.92%-
HSV(B)100.77º30.83%99.22%-
XYZ66.6885.6353.57-
YUV228.2697.94107.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.85%
GREEN value IS 253 (99.22% from 255) = 40.29%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=31.85%
G=40.29%
B=27.87%

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
Decimal2002531750.2100.310.01100.7795.1283.92
HexC8FDAF1501F1655f54
Octal310375257250371145137124
Binary110010001111110110101111101010111111110010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FDAF; }

 p { color: rgb(200,253,175); }

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

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

 a { background-color: rgb(200,253,175); }

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

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

 span { border-color: rgb(200,253,175); }

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