Html Css Color HEX #78BDB0 Monte Carlo

📋 copy color: '#78BDB0'

red 120 ◦ green 189 ◦ blue 176

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

Shades of Monte Carlo #78BDB0

Tints of Monte Carlo #78BDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.97%

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

R = 24.74%
G = 38.97%
B = 36.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#78BDB0 (or 0x78BDB0) is known color: Monte Carlo. HEX triplet: 78, BD and B0. RGB value is (120,189,176). Sum of RGB (Red+Green+Blue) = 120+189+176=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #78BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BDB0 is #87424F. Grayscale: #A6A6A6. Windows color (decimal): -8864336 or 11582840. OLE color: 11582840.

HSL color Cylindrical-coordinate representation of color #78BDB0: hue angle of 168.7º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BDB0 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 189 176 -
CMYK 0.37 0 0.07 0.26
HSL 168.7º 0.34% 0.61% -
HSV(B) 168.7º 0.37% 0.74% -
XYZ 33.78 43.52 47.69 -
YUV 166.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 120 189 176 0.37 0 0.07 0.26 168.7 0.34 0.61
Hex 78 BD B0 25 0 7 1A A9 22 3D
Octal 170 275 260 45 0 7 32 251 42 75
Binary 1111000 10111101 10110000 100101 0 111 11010 10101001 100010 111101

Color Harmonies of #78BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BDB0

Black with #78BDB0

Text Example


Text Example

White with #78BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,189,176); }

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

background-color css

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

 a { background-color: rgb(120,189,176); }

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

border-color css

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

 span { border-color: rgb(120,189,176); }

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