Html Css Color HEX #C5EABF Tea Green

📋 copy color: '#C5EABF'

red 197 ◦ green 234 ◦ blue 191

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

Shades of Tea Green #C5EABF

Tints of Tea Green #C5EABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.62%

 BLUE value IS 191 (75% from 255) = 30.71%

R = 31.67%
G = 37.62%
B = 30.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#C5EABF (or 0xC5EABF) is known color: Tea Green. HEX triplet: C5, EA and BF. RGB value is (197,234,191). Sum of RGB (Red+Green+Blue) = 197+234+191=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EABF is #3A1540. Grayscale: #DADADA. Windows color (decimal): -3806529 or 12577477. OLE color: 12577477.

HSL color Cylindrical-coordinate representation of color #C5EABF: hue angle of 111.63º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EABF is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 234 191 -
CMYK 0.16 0 0.18 0.08
HSL 111.63º 0.51% 0.83% -
HSV(B) 111.63º 0.18% 0.92% -
XYZ 61.85 74.48 60.41 -
YUV 218.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 197 234 191 0.16 0 0.18 0.08 111.63 0.51 0.83
Hex C5 EA BF 10 0 12 8 70 33 53
Octal 305 352 277 20 0 22 10 160 63 123
Binary 11000101 11101010 10111111 10000 0 10010 1000 1110000 110011 1010011

Color Harmonies of #C5EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EABF

Black with #C5EABF

Text Example


Text Example

White with #C5EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EABF; }

 p { color: rgb(197,234,191); }

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

background-color css

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

 a { background-color: rgb(197,234,191); }

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

border-color css

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

 span { border-color: rgb(197,234,191); }

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