Html Css Color HEX #C2FFB2 Tea Green

📋 copy color: '#C2FFB2'

red 194 ◦ green 255 ◦ blue 178

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

Shades of Tea Green #C2FFB2

Tints of Tea Green #C2FFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.39%

R = 30.94%
G = 40.67%
B = 28.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#C2FFB2 (or 0xC2FFB2) is known color: Tea Green. HEX triplet: C2, FF and B2. RGB value is (194,255,178). Sum of RGB (Red+Green+Blue) = 194+255+178=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 178 (69.92% from 255 or 28.39% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FFB2 is #3D004D. Grayscale: #E4E4E4. Windows color (decimal): -3997774 or 11730882. OLE color: 11730882.

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

Color convert

RGB 194 255 178 -
CMYK 0.24 0 0.30 0
HSL 107.53º 1% 0.85% -
HSV(B) 107.53º 0.3% 1% -
XYZ 66.04 86.2 55.28 -
YUV 227.98 99.79 103.76 -
System Red Green Blue C M Y K H S L
Decimal 194 255 178 0.24 0 0.30 0 107.53 1 0.85
Hex C2 FF B2 18 0 1E 0 6C 64 55
Octal 302 377 262 30 0 36 0 154 144 125
Binary 11000010 11111111 10110010 11000 0 11110 0 1101100 1100100 1010101

Color Harmonies of #C2FFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FFB2

Black with #C2FFB2

Text Example


Text Example

White with #C2FFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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