Html Css Color HEX #78BDB1 Monte Carlo

📋 copy color: '#78BDB1'

red 120 ◦ green 189 ◦ blue 177

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

Shades of Monte Carlo #78BDB1

Tints of Monte Carlo #78BDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.42%

R = 24.69%
G = 38.89%
B = 36.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#78BDB1 (or 0x78BDB1) is known color: Monte Carlo. HEX triplet: 78, BD and B1. RGB value is (120,189,177). Sum of RGB (Red+Green+Blue) = 120+189+177=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #78BDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BDB1 is #87424E. Grayscale: #A6A6A6. Windows color (decimal): -8864335 or 11648376. OLE color: 11648376.

HSL color Cylindrical-coordinate representation of color #78BDB1: hue angle of 169.57º 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 #78BDB1 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 189 177 -
CMYK 0.37 0 0.06 0.26
HSL 169.57º 0.34% 0.61% -
HSV(B) 169.57º 0.37% 0.74% -
XYZ 33.88 43.56 48.22 -
YUV 167 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 120 189 177 0.37 0 0.06 0.26 169.57 0.34 0.61
Hex 78 BD B1 25 0 6 1A AA 22 3D
Octal 170 275 261 45 0 6 32 252 42 75
Binary 1111000 10111101 10110001 100101 0 110 11010 10101010 100010 111101

Color Harmonies of #78BDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BDB1

Black with #78BDB1

Text Example


Text Example

White with #78BDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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