Html Css Color HEX #79C2B0 Monte Carlo

📋 copy color: '#79C2B0'

red 121 ◦ green 194 ◦ blue 176

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

Shades of Monte Carlo #79C2B0

Tints of Monte Carlo #79C2B0

RGB

 RED value IS 121 (47.66% from 255) = 24.64%

 GREEN value IS 194 (76.17% from 255) = 39.51%

 BLUE value IS 176 (69.14% from 255) = 35.85%

R = 24.64%
G = 39.51%
B = 35.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#79C2B0 (or 0x79C2B0) is known color: Monte Carlo. HEX triplet: 79, C2 and B0. RGB value is (121,194,176). Sum of RGB (Red+Green+Blue) = 121+194+176=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #79C2B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C2B0 is #863D4F. Grayscale: #AAAAAA. Windows color (decimal): -8797520 or 11584121. OLE color: 11584121.

HSL color Cylindrical-coordinate representation of color #79C2B0: hue angle of 165.21º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79C2B0 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 194 176 -
CMYK 0.38 0 0.09 0.24
HSL 165.21º 0.37% 0.62% -
HSV(B) 165.21º 0.38% 0.76% -
XYZ 35.01 45.78 48.07 -
YUV 170.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 121 194 176 0.38 0 0.09 0.24 165.21 0.37 0.62
Hex 79 C2 B0 26 0 9 18 A5 25 3E
Octal 171 302 260 46 0 11 30 245 45 76
Binary 1111001 11000010 10110000 100110 0 1001 11000 10100101 100101 111110

Color Harmonies of #79C2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79C2B0

Black with #79C2B0

Text Example


Text Example

White with #79C2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79C2B0; }

 p { color: rgb(121,194,176); }

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

background-color css

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

 a { background-color: rgb(121,194,176); }

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

border-color css

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

 span { border-color: rgb(121,194,176); }

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