Html Css Color HEX #C2FAB3 Tea Green

📋 copy color: '#C2FAB3'

red 194 ◦ green 250 ◦ blue 179

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

Shades of Tea Green #C2FAB3

Tints of Tea Green #C2FAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.73%

R = 31.14%
G = 40.13%
B = 28.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#C2FAB3 (or 0xC2FAB3) is known color: Tea Green. HEX triplet: C2, FA and B3. RGB value is (194,250,179). Sum of RGB (Red+Green+Blue) = 194+250+179=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 179 (70.31% from 255 or 28.73% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FAB3 is #3D054C. Grayscale: #E1E1E1. Windows color (decimal): -3999053 or 11795138. OLE color: 11795138.

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

Color convert

RGB 194 250 179 -
CMYK 0.22 0 0.28 0.02
HSL 107.32º 0.88% 0.84% -
HSV(B) 107.32º 0.28% 0.98% -
XYZ 64.57 83.1 55.28 -
YUV 225.16 101.95 105.77 -
System Red Green Blue C M Y K H S L
Decimal 194 250 179 0.22 0 0.28 0.02 107.32 0.88 0.84
Hex C2 FA B3 16 0 1C 2 6B 58 54
Octal 302 372 263 26 0 34 2 153 130 124
Binary 11000010 11111010 10110011 10110 0 11100 10 1101011 1011000 1010100

Color Harmonies of #C2FAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FAB3

Black with #C2FAB3

Text Example


Text Example

White with #C2FAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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