Html Css Color HEX #C5EBC0 Tea Green

📋 copy color: '#C5EBC0'

red 197 ◦ green 235 ◦ blue 192

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

Shades of Tea Green #C5EBC0

Tints of Tea Green #C5EBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.66%

 BLUE value IS 192 (75.39% from 255) = 30.77%

R = 31.57%
G = 37.66%
B = 30.77%

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

#C5EBC0 (or 0xC5EBC0) is known color: Tea Green. HEX triplet: C5, EB and C0. RGB value is (197,235,192). Sum of RGB (Red+Green+Blue) = 197+235+192=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBC0 is #3A143F. Grayscale: #DADADA. Windows color (decimal): -3806272 or 12643269. OLE color: 12643269.

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

Color convert

RGB 197 235 192 -
CMYK 0.16 0 0.18 0.08
HSL 113.02º 0.52% 0.84% -
HSV(B) 113.02º 0.18% 0.92% -
XYZ 62.25 75.09 61.08 -
YUV 218.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 197 235 192 0.16 0 0.18 0.08 113.02 0.52 0.84
Hex C5 EB C0 10 0 12 8 71 34 54
Octal 305 353 300 20 0 22 10 161 64 124
Binary 11000101 11101011 11000000 10000 0 10010 1000 1110001 110100 1010100

Color Harmonies of #C5EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EBC0

Black with #C5EBC0

Text Example


Text Example

White with #C5EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EBC0; }

 p { color: rgb(197,235,192); }

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

background-color css

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

 a { background-color: rgb(197,235,192); }

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

border-color css

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

 span { border-color: rgb(197,235,192); }

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