Html Css Color HEX #C2F2B6 Tea Green

📋 copy color: '#C2F2B6'

red 194 ◦ green 242 ◦ blue 182

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

Shades of Tea Green #C2F2B6

Tints of Tea Green #C2F2B6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.16%

 BLUE value IS 182 (71.48% from 255) = 29.45%

R = 31.39%
G = 39.16%
B = 29.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#C2F2B6 (or 0xC2F2B6) is known color: Tea Green. HEX triplet: C2, F2 and B6. RGB value is (194,242,182). Sum of RGB (Red+Green+Blue) = 194+242+182=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F2B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F2B6 is #3D0D49. Grayscale: #DDDDDD. Windows color (decimal): -4001098 or 11989698. OLE color: 11989698.

HSL color Cylindrical-coordinate representation of color #C2F2B6: hue angle of 108º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2F2B6 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 242 182 -
CMYK 0.20 0 0.25 0.05
HSL 108º 0.7% 0.83% -
HSV(B) 108º 0.25% 0.95% -
XYZ 62.44 78.35 56.09 -
YUV 220.81 106.1 108.88 -
System Red Green Blue C M Y K H S L
Decimal 194 242 182 0.20 0 0.25 0.05 108 0.7 0.83
Hex C2 F2 B6 14 0 19 5 6C 46 53
Octal 302 362 266 24 0 31 5 154 106 123
Binary 11000010 11110010 10110110 10100 0 11001 101 1101100 1000110 1010011

Color Harmonies of #C2F2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F2B6

Black with #C2F2B6

Text Example


Text Example

White with #C2F2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F2B6; }

 p { color: rgb(194,242,182); }

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

background-color css

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

 a { background-color: rgb(194,242,182); }

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

border-color css

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

 span { border-color: rgb(194,242,182); }

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