Html Css Color HEX #78BCAC Monte Carlo

📋 copy color: '#78BCAC'

red 120 ◦ green 188 ◦ blue 172

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

Shades of Monte Carlo #78BCAC

Tints of Monte Carlo #78BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.83%

R = 25%
G = 39.17%
B = 35.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#78BCAC (or 0x78BCAC) is known color: Monte Carlo. HEX triplet: 78, BC and AC. RGB value is (120,188,172). Sum of RGB (Red+Green+Blue) = 120+188+172=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #78BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BCAC is #874353. Grayscale: #A5A5A5. Windows color (decimal): -8864596 or 11320440. OLE color: 11320440.

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

Color convert

RGB 120 188 172 -
CMYK 0.36 0 0.09 0.26
HSL 165.88º 0.34% 0.6% -
HSV(B) 165.88º 0.36% 0.74% -
XYZ 33.18 42.94 45.57 -
YUV 165.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 120 188 172 0.36 0 0.09 0.26 165.88 0.34 0.6
Hex 78 BC AC 24 0 9 1A A6 22 3C
Octal 170 274 254 44 0 11 32 246 42 74
Binary 1111000 10111100 10101100 100100 0 1001 11010 10100110 100010 111100

Color Harmonies of #78BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BCAC

Black with #78BCAC

Text Example


Text Example

White with #78BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,188,172); }

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

background-color css

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

 a { background-color: rgb(120,188,172); }

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

border-color css

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

 span { border-color: rgb(120,188,172); }

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