Html Css Color HEX #79BCBA Monte Carlo

📋 copy color: '#79BCBA'

red 121 ◦ green 188 ◦ blue 186

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

Shades of Monte Carlo #79BCBA

Tints of Monte Carlo #79BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.98%

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 24.44%
G = 37.98%
B = 37.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#79BCBA (or 0x79BCBA) is known color: Monte Carlo. HEX triplet: 79, BC and BA. RGB value is (121,188,186). Sum of RGB (Red+Green+Blue) = 121+188+186=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #79BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BCBA is #864345. Grayscale: #A7A7A7. Windows color (decimal): -8799046 or 12237945. OLE color: 12237945.

HSL color Cylindrical-coordinate representation of color #79BCBA: hue angle of 178.21º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79BCBA is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 188 186 -
CMYK 0.36 0 0.01 0.26
HSL 178.21º 0.33% 0.61% -
HSV(B) 178.21º 0.36% 0.74% -
XYZ 34.73 43.58 53.03 -
YUV 167.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 121 188 186 0.36 0 0.01 0.26 178.21 0.33 0.61
Hex 79 BC BA 24 0 1 1A B2 21 3D
Octal 171 274 272 44 0 1 32 262 41 75
Binary 1111001 10111100 10111010 100100 0 1 11010 10110010 100001 111101

Color Harmonies of #79BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BCBA

Black with #79BCBA

Text Example


Text Example

White with #79BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,188,186); }

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

background-color css

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

 a { background-color: rgb(121,188,186); }

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

border-color css

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

 span { border-color: rgb(121,188,186); }

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