Html Css Color HEX #C2FFB6 Tea Green

📋 copy color: '#C2FFB6'

red 194 ◦ green 255 ◦ blue 182

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

Shades of Tea Green #C2FFB6

Tints of Tea Green #C2FFB6

RGB

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

 GREEN value IS 255 (100% from 255) = 40.41%

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

R = 30.74%
G = 40.41%
B = 28.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#C2FFB6 (or 0xC2FFB6) is known color: Tea Green. HEX triplet: C2, FF and B6. RGB value is (194,255,182). Sum of RGB (Red+Green+Blue) = 194+255+182=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFB6 is #3D0049. Grayscale: #E4E4E4. Windows color (decimal): -3997770 or 11993026. OLE color: 11993026.

HSL color Cylindrical-coordinate representation of color #C2FFB6: hue angle of 110.14º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2FFB6 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 194 255 182 -
CMYK 0.24 0 0.29 0
HSL 110.14º 1% 0.86% -
HSV(B) 110.14º 0.29% 1% -
XYZ 66.45 86.37 57.42 -
YUV 228.44 101.79 103.44 -
System Red Green Blue C M Y K H S L
Decimal 194 255 182 0.24 0 0.29 0 110.14 1 0.86
Hex C2 FF B6 18 0 1D 0 6E 64 56
Octal 302 377 266 30 0 35 0 156 144 126
Binary 11000010 11111111 10110110 11000 0 11101 0 1101110 1100100 1010110

Color Harmonies of #C2FFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FFB6

Black with #C2FFB6

Text Example


Text Example

White with #C2FFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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