Html Css Color HEX #C2FFC0 Tea Green

📋 copy color: '#C2FFC0'

red 194 ◦ green 255 ◦ blue 192

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

Shades of Tea Green #C2FFC0

Tints of Tea Green #C2FFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.95%

R = 30.27%
G = 39.78%
B = 29.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#C2FFC0 (or 0xC2FFC0) is known color: Tea Green. HEX triplet: C2, FF and C0. RGB value is (194,255,192). Sum of RGB (Red+Green+Blue) = 194+255+192=641 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.27% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFC0 is #3D003F. Grayscale: #E5E5E5. Windows color (decimal): -3997760 or 12648386. OLE color: 12648386.

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

Color convert

RGB 194 255 192 -
CMYK 0.24 0 0.25 0
HSL 118.1º 1% 0.88% -
HSV(B) 118.1º 0.25% 1% -
XYZ 67.52 86.8 63.06 -
YUV 229.58 106.79 102.62 -
System Red Green Blue C M Y K H S L
Decimal 194 255 192 0.24 0 0.25 0 118.1 1 0.88
Hex C2 FF C0 18 0 19 0 76 64 58
Octal 302 377 300 30 0 31 0 166 144 130
Binary 11000010 11111111 11000000 11000 0 11001 0 1110110 1100100 1011000

Color Harmonies of #C2FFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FFC0

Black with #C2FFC0

Text Example


Text Example

White with #C2FFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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