#C8FEAF

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

Shades of Tea Green #C8FEAF

Tints of Tea Green #C8FEAF

Color information

#C8FEAF (or 0xC8FEAF) is unknown color: approx Tea Green. HEX triplet: C8, FE and AF. RGB value is (200,254,175). Sum of RGB (Red+Green+Blue) = 200+254+175=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FEAF is #370150. Grayscale: #E5E5E5. Windows color (decimal): -3604817 or 11534024. OLE color: 11534024.

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

Color convert

RGB200254175-
CMYK0.2100.310.00
HSL101.01º97.53%84.12%-
HSV(B)101.01º31.1%99.61%-
XYZ6786.2653.68-
YUV228.8597.61107.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.80%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=31.80%
G=40.38%
B=27.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002541750.2100.310.00101.0197.5384.12
HexC8FEAF1501F0656254
Octal310376257250370145142124
Binary110010001111111010101111101010111110110010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FEAF; }

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

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

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

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

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

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

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

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