#C5FFAF

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

Shades of Tea Green #C5FFAF

Tints of Tea Green #C5FFAF

Color information

#C5FFAF (or 0xC5FFAF) is unknown color: approx Tea Green. HEX triplet: C5, FF and AF. RGB value is (197,255,175). Sum of RGB (Red+Green+Blue) = 197+255+175=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FFAF is #3A0050. Grayscale: #E4E4E4. Windows color (decimal): -3801169 or 11534277. OLE color: 11534277.

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

Color convert

RGB197255175-
CMYK0.2300.310
HSL103.5º100%84.31%-
HSV(B)103.5º31.37%100%-
XYZ66.5286.4953.74-
YUV228.5497.78105.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.42%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=31.42%
G=40.67%
B=27.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972551750.2300.310103.510084.31
HexC5FFAF1701F0686454
Octal305377257270370150144124
Binary110001011111111110101111101110111110110100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FFAF; }

 p { color: rgb(197,255,175); }

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

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

 a { background-color: rgb(197,255,175); }

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

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

 span { border-color: rgb(197,255,175); }

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