Html Css Color HEX #C4EABA Tea Green

📋 copy color: '#C4EABA'

red 196 ◦ green 234 ◦ blue 186

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

Shades of Tea Green #C4EABA

Tints of Tea Green #C4EABA

RGB

 RED value IS 196 (76.95% from 255) = 31.82%

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

 BLUE value IS 186 (73.05% from 255) = 30.19%

R = 31.82%
G = 37.99%
B = 30.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#C4EABA (or 0xC4EABA) is known color: Tea Green. HEX triplet: C4, EA and BA. RGB value is (196,234,186). Sum of RGB (Red+Green+Blue) = 196+234+186=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EABA is #3B1545. Grayscale: #D9D9D9. Windows color (decimal): -3872070 or 12249796. OLE color: 12249796.

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

Color convert

RGB 196 234 186 -
CMYK 0.16 0 0.21 0.08
HSL 107.5º 0.53% 0.82% -
HSV(B) 107.5º 0.21% 0.92% -
XYZ 61.05 74.13 57.54 -
YUV 217.17 110.41 112.9 -
System Red Green Blue C M Y K H S L
Decimal 196 234 186 0.16 0 0.21 0.08 107.5 0.53 0.82
Hex C4 EA BA 10 0 15 8 6C 35 52
Octal 304 352 272 20 0 25 10 154 65 122
Binary 11000100 11101010 10111010 10000 0 10101 1000 1101100 110101 1010010

Color Harmonies of #C4EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4EABA

Black with #C4EABA

Text Example


Text Example

White with #C4EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4EABA; }

 p { color: rgb(196,234,186); }

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

background-color css

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

 a { background-color: rgb(196,234,186); }

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

border-color css

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

 span { border-color: rgb(196,234,186); }

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