Html Css Color HEX #C5FBAF Tea Green

📋 copy color: '#C5FBAF'

red 197 ◦ green 251 ◦ blue 175

#C5FBAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #C5FBAF

Tints of Tea Green #C5FBAF

RGB

 RED value IS 197 (77.34% from 255) = 31.62%

 GREEN value IS 251 (98.44% from 255) = 40.29%

 BLUE value IS 175 (68.75% from 255) = 28.09%

R = 31.62%
G = 40.29%
B = 28.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#C5FBAF (or 0xC5FBAF) is known color: Tea Green. HEX triplet: C5, FB and AF. RGB value is (197,251,175). Sum of RGB (Red+Green+Blue) = 197+251+175=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FBAF is #3A0450. Grayscale: #E2E2E2. Windows color (decimal): -3802193 or 11533253. OLE color: 11533253.

HSL color Cylindrical-coordinate representation of color #C5FBAF: hue angle of 102.63º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5FBAF is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 251 175 -
CMYK 0.22 0 0.30 0.02
HSL 102.63º 0.9% 0.84% -
HSV(B) 102.63º 0.3% 0.98% -
XYZ 65.26 83.96 53.32 -
YUV 226.19 99.11 107.18 -
System Red Green Blue C M Y K H S L
Decimal 197 251 175 0.22 0 0.30 0.02 102.63 0.9 0.84
Hex C5 FB AF 16 0 1E 2 67 5A 54
Octal 305 373 257 26 0 36 2 147 132 124
Binary 11000101 11111011 10101111 10110 0 11110 10 1100111 1011010 1010100

Color Harmonies of #C5FBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FBAF

Black with #C5FBAF

Text Example


Text Example

White with #C5FBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FBAF; }

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

 H1.HeaderClassName
 {
   color: #C5FBAF;
 }
 .AnyTagClassName
 {
   color: #C5FBAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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