Html Css Color HEX #C5FEC2 Tea Green

📋 copy color: '#C5FEC2'

red 197 ◦ green 254 ◦ blue 194

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

Shades of Tea Green #C5FEC2

Tints of Tea Green #C5FEC2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.38%

 BLUE value IS 194 (76.17% from 255) = 30.08%

R = 30.54%
G = 39.38%
B = 30.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#C5FEC2 (or 0xC5FEC2) is known color: Tea Green. HEX triplet: C5, FE and C2. RGB value is (197,254,194). Sum of RGB (Red+Green+Blue) = 197+254+194=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FEC2 is #3A013D. Grayscale: #E6E6E6. Windows color (decimal): -3801406 or 12779205. OLE color: 12779205.

HSL color Cylindrical-coordinate representation of color #C5FEC2: hue angle of 117º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5FEC2 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 254 194 -
CMYK 0.22 0 0.24 0.00
HSL 117º 0.97% 0.88% -
HSV(B) 117º 0.24% 1% -
XYZ 68.21 86.65 64.17 -
YUV 230.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 197 254 194 0.22 0 0.24 0.00 117 0.97 0.88
Hex C5 FE C2 16 0 18 0 75 61 58
Octal 305 376 302 26 0 30 0 165 141 130
Binary 11000101 11111110 11000010 10110 0 11000 0 1110101 1100001 1011000

Color Harmonies of #C5FEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FEC2

Black with #C5FEC2

Text Example


Text Example

White with #C5FEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FEC2; }

 p { color: rgb(197,254,194); }

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

background-color css

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

 a { background-color: rgb(197,254,194); }

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

border-color css

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

 span { border-color: rgb(197,254,194); }

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