Html Css Color HEX #C2FAB6 Tea Green

📋 copy color: '#C2FAB6'

red 194 ◦ green 250 ◦ blue 182

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

Shades of Tea Green #C2FAB6

Tints of Tea Green #C2FAB6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.94%

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

R = 30.99%
G = 39.94%
B = 29.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#C2FAB6 (or 0xC2FAB6) is known color: Tea Green. HEX triplet: C2, FA and B6. RGB value is (194,250,182). Sum of RGB (Red+Green+Blue) = 194+250+182=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FAB6 is #3D0549. Grayscale: #E1E1E1. Windows color (decimal): -3999050 or 11991746. OLE color: 11991746.

HSL color Cylindrical-coordinate representation of color #C2FAB6: hue angle of 109.41º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2FAB6 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 250 182 -
CMYK 0.22 0 0.27 0.02
HSL 109.41º 0.87% 0.85% -
HSV(B) 109.41º 0.27% 0.98% -
XYZ 64.88 83.22 56.9 -
YUV 225.5 103.45 105.53 -
System Red Green Blue C M Y K H S L
Decimal 194 250 182 0.22 0 0.27 0.02 109.41 0.87 0.85
Hex C2 FA B6 16 0 1B 2 6D 57 55
Octal 302 372 266 26 0 33 2 155 127 125
Binary 11000010 11111010 10110110 10110 0 11011 10 1101101 1010111 1010101

Color Harmonies of #C2FAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FAB6

Black with #C2FAB6

Text Example


Text Example

White with #C2FAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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