Html Css Color HEX #C2F4BC Tea Green

📋 copy color: '#C2F4BC'

red 194 ◦ green 244 ◦ blue 188

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

Shades of Tea Green #C2F4BC

Tints of Tea Green #C2F4BC

RGB

 RED value IS 194 (76.17% from 255) = 30.99%

 GREEN value IS 244 (95.7% from 255) = 38.98%

 BLUE value IS 188 (73.83% from 255) = 30.03%

R = 30.99%
G = 38.98%
B = 30.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#C2F4BC (or 0xC2F4BC) is known color: Tea Green. HEX triplet: C2, F4 and BC. RGB value is (194,244,188). Sum of RGB (Red+Green+Blue) = 194+244+188=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 244 (95.70% from 255 or 38.98% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F4BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F4BC is #3D0B43. Grayscale: #DEDEDE. Windows color (decimal): -4000580 or 12383426. OLE color: 12383426.

HSL color Cylindrical-coordinate representation of color #C2F4BC: hue angle of 113.57º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2F4BC is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 244 188 -
CMYK 0.20 0 0.23 0.04
HSL 113.57º 0.72% 0.85% -
HSV(B) 113.57º 0.23% 0.96% -
XYZ 63.68 79.8 59.62 -
YUV 222.67 108.44 107.55 -
System Red Green Blue C M Y K H S L
Decimal 194 244 188 0.20 0 0.23 0.04 113.57 0.72 0.85
Hex C2 F4 BC 14 0 17 4 72 48 55
Octal 302 364 274 24 0 27 4 162 110 125
Binary 11000010 11110100 10111100 10100 0 10111 100 1110010 1001000 1010101

Color Harmonies of #C2F4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F4BC

Black with #C2F4BC

Text Example


Text Example

White with #C2F4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F4BC; }

 p { color: rgb(194,244,188); }

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

background-color css

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

 a { background-color: rgb(194,244,188); }

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

border-color css

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

 span { border-color: rgb(194,244,188); }

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