Html Css Color HEX #C2FEB4 Tea Green

📋 copy color: '#C2FEB4'

red 194 ◦ green 254 ◦ blue 180

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

Shades of Tea Green #C2FEB4

Tints of Tea Green #C2FEB4

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.45%

 BLUE value IS 180 (70.7% from 255) = 28.66%

R = 30.89%
G = 40.45%
B = 28.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#C2FEB4 (or 0xC2FEB4) is known color: Tea Green. HEX triplet: C2, FE and B4. RGB value is (194,254,180). Sum of RGB (Red+Green+Blue) = 194+254+180=628 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.89% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FEB4 is #3D014B. Grayscale: #E3E3E3. Windows color (decimal): -3998028 or 11861698. OLE color: 11861698.

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

Color convert

RGB 194 254 180 -
CMYK 0.24 0 0.29 0.00
HSL 108.65º 0.97% 0.85% -
HSV(B) 108.65º 0.29% 1% -
XYZ 65.93 85.65 56.24 -
YUV 227.62 101.12 104.02 -
System Red Green Blue C M Y K H S L
Decimal 194 254 180 0.24 0 0.29 0.00 108.65 0.97 0.85
Hex C2 FE B4 18 0 1D 0 6D 61 55
Octal 302 376 264 30 0 35 0 155 141 125
Binary 11000010 11111110 10110100 11000 0 11101 0 1101101 1100001 1010101

Color Harmonies of #C2FEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FEB4

Black with #C2FEB4

Text Example


Text Example

White with #C2FEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FEB4; }

 p { color: rgb(194,254,180); }

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

background-color css

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

 a { background-color: rgb(194,254,180); }

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

border-color css

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

 span { border-color: rgb(194,254,180); }

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