Html Css Color HEX #78BBB5 Monte Carlo

📋 copy color: '#78BBB5'

red 120 ◦ green 187 ◦ blue 181

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

Shades of Monte Carlo #78BBB5

Tints of Monte Carlo #78BBB5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.32%

 BLUE value IS 181 (71.09% from 255) = 37.09%

R = 24.59%
G = 38.32%
B = 37.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#78BBB5 (or 0x78BBB5) is known color: Monte Carlo. HEX triplet: 78, BB and B5. RGB value is (120,187,181). Sum of RGB (Red+Green+Blue) = 120+187+181=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #78BBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BBB5 is #87444A. Grayscale: #A6A6A6. Windows color (decimal): -8864843 or 11910008. OLE color: 11910008.

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

Color convert

RGB 120 187 181 -
CMYK 0.36 0 0.03 0.27
HSL 174.63º 0.33% 0.6% -
HSV(B) 174.63º 0.36% 0.73% -
XYZ 33.86 42.87 50.21 -
YUV 166.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 120 187 181 0.36 0 0.03 0.27 174.63 0.33 0.6
Hex 78 BB B5 24 0 3 1B AF 21 3C
Octal 170 273 265 44 0 3 33 257 41 74
Binary 1111000 10111011 10110101 100100 0 11 11011 10101111 100001 111100

Color Harmonies of #78BBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BBB5

Black with #78BBB5

Text Example


Text Example

White with #78BBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,187,181); }

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

background-color css

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

 a { background-color: rgb(120,187,181); }

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

border-color css

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

 span { border-color: rgb(120,187,181); }

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