Html Css Color HEX #C5EEAF Tea Green

📋 copy color: '#C5EEAF'

red 197 ◦ green 238 ◦ blue 175

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

Shades of Tea Green #C5EEAF

Tints of Tea Green #C5EEAF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.02%

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

R = 32.3%
G = 39.02%
B = 28.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#C5EEAF (or 0xC5EEAF) is known color: Tea Green. HEX triplet: C5, EE and AF. RGB value is (197,238,175). Sum of RGB (Red+Green+Blue) = 197+238+175=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EEAF is #3A1150. Grayscale: #DADADA. Windows color (decimal): -3805521 or 11529925. OLE color: 11529925.

HSL color Cylindrical-coordinate representation of color #C5EEAF: hue angle of 99.05º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5EEAF is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 238 175 -
CMYK 0.17 0 0.26 0.07
HSL 99.05º 0.65% 0.81% -
HSV(B) 99.05º 0.26% 0.93% -
XYZ 61.34 76.11 52.02 -
YUV 218.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 197 238 175 0.17 0 0.26 0.07 99.05 0.65 0.81
Hex C5 EE AF 11 0 1A 7 63 41 51
Octal 305 356 257 21 0 32 7 143 101 121
Binary 11000101 11101110 10101111 10001 0 11010 111 1100011 1000001 1010001

Color Harmonies of #C5EEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EEAF

Black with #C5EEAF

Text Example


Text Example

White with #C5EEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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