Html Css Color HEX #79C0B0 Monte Carlo

📋 copy color: '#79C0B0'

red 121 ◦ green 192 ◦ blue 176

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

Shades of Monte Carlo #79C0B0

Tints of Monte Carlo #79C0B0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.26%

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

R = 24.74%
G = 39.26%
B = 35.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#79C0B0 (or 0x79C0B0) is known color: Monte Carlo. HEX triplet: 79, C0 and B0. RGB value is (121,192,176). Sum of RGB (Red+Green+Blue) = 121+192+176=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #79C0B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C0B0 is #863F4F. Grayscale: #A8A8A8. Windows color (decimal): -8798032 or 11583609. OLE color: 11583609.

HSL color Cylindrical-coordinate representation of color #79C0B0: hue angle of 166.48º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79C0B0 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 192 176 -
CMYK 0.37 0 0.08 0.25
HSL 166.48º 0.36% 0.61% -
HSV(B) 166.48º 0.37% 0.75% -
XYZ 34.57 44.9 47.92 -
YUV 168.95 131.98 93.8 -
System Red Green Blue C M Y K H S L
Decimal 121 192 176 0.37 0 0.08 0.25 166.48 0.36 0.61
Hex 79 C0 B0 25 0 8 19 A6 24 3D
Octal 171 300 260 45 0 10 31 246 44 75
Binary 1111001 11000000 10110000 100101 0 1000 11001 10100110 100100 111101

Color Harmonies of #79C0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79C0B0

Black with #79C0B0

Text Example


Text Example

White with #79C0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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