Html Css Color HEX #C4F0BA Tea Green

📋 copy color: '#C4F0BA'

red 196 ◦ green 240 ◦ blue 186

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

Shades of Tea Green #C4F0BA

Tints of Tea Green #C4F0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.59%

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

R = 31.51%
G = 38.59%
B = 29.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#C4F0BA (or 0xC4F0BA) is known color: Tea Green. HEX triplet: C4, F0 and BA. RGB value is (196,240,186). Sum of RGB (Red+Green+Blue) = 196+240+186=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F0BA is #3B0F45. Grayscale: #DCDCDC. Windows color (decimal): -3870534 or 12251332. OLE color: 12251332.

HSL color Cylindrical-coordinate representation of color #C4F0BA: hue angle of 108.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4F0BA is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 240 186 -
CMYK 0.18 0 0.22 0.06
HSL 108.89º 0.64% 0.84% -
HSV(B) 108.89º 0.23% 0.94% -
XYZ 62.79 77.6 58.12 -
YUV 220.69 108.42 110.39 -
System Red Green Blue C M Y K H S L
Decimal 196 240 186 0.18 0 0.22 0.06 108.89 0.64 0.84
Hex C4 F0 BA 12 0 16 6 6D 40 54
Octal 304 360 272 22 0 26 6 155 100 124
Binary 11000100 11110000 10111010 10010 0 10110 110 1101101 1000000 1010100

Color Harmonies of #C4F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F0BA

Black with #C4F0BA

Text Example


Text Example

White with #C4F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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