Html Css Color HEX #C2F4BE Tea Green

📋 copy color: '#C2F4BE'

red 194 ◦ green 244 ◦ blue 190

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

Shades of Tea Green #C2F4BE

Tints of Tea Green #C2F4BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.25%

R = 30.89%
G = 38.85%
B = 30.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#C2F4BE (or 0xC2F4BE) is known color: Tea Green. HEX triplet: C2, F4 and BE. RGB value is (194,244,190). Sum of RGB (Red+Green+Blue) = 194+244+190=628 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.89% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F4BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F4BE is #3D0B41. Grayscale: #DFDFDF. Windows color (decimal): -4000578 or 12514498. OLE color: 12514498.

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

Color convert

RGB 194 244 190 -
CMYK 0.20 0 0.22 0.04
HSL 115.56º 0.71% 0.85% -
HSV(B) 115.56º 0.22% 0.96% -
XYZ 63.89 79.89 60.77 -
YUV 222.89 109.44 107.39 -
System Red Green Blue C M Y K H S L
Decimal 194 244 190 0.20 0 0.22 0.04 115.56 0.71 0.85
Hex C2 F4 BE 14 0 16 4 74 47 55
Octal 302 364 276 24 0 26 4 164 107 125
Binary 11000010 11110100 10111110 10100 0 10110 100 1110100 1000111 1010101

Color Harmonies of #C2F4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F4BE

Black with #C2F4BE

Text Example


Text Example

White with #C2F4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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