Html Css Color HEX #78BAB7 Monte Carlo

📋 copy color: '#78BAB7'

red 120 ◦ green 186 ◦ blue 183

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

Shades of Monte Carlo #78BAB7

Tints of Monte Carlo #78BAB7

RGB

 RED value IS 120 (47.27% from 255) = 24.54%

 GREEN value IS 186 (73.05% from 255) = 38.04%

 BLUE value IS 183 (71.88% from 255) = 37.42%

R = 24.54%
G = 38.04%
B = 37.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#78BAB7 (or 0x78BAB7) is known color: Monte Carlo. HEX triplet: 78, BA and B7. RGB value is (120,186,183). Sum of RGB (Red+Green+Blue) = 120+186+183=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #78BAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BAB7 is #874548. Grayscale: #A5A5A5. Windows color (decimal): -8865097 or 12040824. OLE color: 12040824.

HSL color Cylindrical-coordinate representation of color #78BAB7: hue angle of 177.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78BAB7 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 186 183 -
CMYK 0.35 0 0.02 0.27
HSL 177.27º 0.32% 0.6% -
HSV(B) 177.27º 0.35% 0.73% -
XYZ 33.85 42.53 51.22 -
YUV 165.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 120 186 183 0.35 0 0.02 0.27 177.27 0.32 0.6
Hex 78 BA B7 23 0 2 1B B1 20 3C
Octal 170 272 267 43 0 2 33 261 40 74
Binary 1111000 10111010 10110111 100011 0 10 11011 10110001 100000 111100

Color Harmonies of #78BAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BAB7

Black with #78BAB7

Text Example


Text Example

White with #78BAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78BAB7; }

 p { color: rgb(120,186,183); }

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

background-color css

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

 a { background-color: rgb(120,186,183); }

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

border-color css

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

 span { border-color: rgb(120,186,183); }

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