Html Css Color HEX #C2F7BA Tea Green

📋 copy color: '#C2F7BA'

red 194 ◦ green 247 ◦ blue 186

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

Shades of Tea Green #C2F7BA

Tints of Tea Green #C2F7BA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.39%

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

R = 30.94%
G = 39.39%
B = 29.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#C2F7BA (or 0xC2F7BA) is known color: Tea Green. HEX triplet: C2, F7 and BA. RGB value is (194,247,186). Sum of RGB (Red+Green+Blue) = 194+247+186=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F7BA is #3D0845. Grayscale: #E0E0E0. Windows color (decimal): -3999814 or 12253122. OLE color: 12253122.

HSL color Cylindrical-coordinate representation of color #C2F7BA: hue angle of 112.13º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2F7BA is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 247 186 -
CMYK 0.21 0 0.25 0.03
HSL 112.13º 0.79% 0.85% -
HSV(B) 112.13º 0.25% 0.97% -
XYZ 64.37 81.54 58.8 -
YUV 224.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 194 247 186 0.21 0 0.25 0.03 112.13 0.79 0.85
Hex C2 F7 BA 15 0 19 3 70 4F 55
Octal 302 367 272 25 0 31 3 160 117 125
Binary 11000010 11110111 10111010 10101 0 11001 11 1110000 1001111 1010101

Color Harmonies of #C2F7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F7BA

Black with #C2F7BA

Text Example


Text Example

White with #C2F7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F7BA; }

 p { color: rgb(194,247,186); }

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

background-color css

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

 a { background-color: rgb(194,247,186); }

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

border-color css

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

 span { border-color: rgb(194,247,186); }

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