Html Css Color HEX #78C0AD Monte Carlo

📋 copy color: '#78C0AD'

red 120 ◦ green 192 ◦ blue 173

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

Shades of Monte Carlo #78C0AD

Tints of Monte Carlo #78C0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.59%

 BLUE value IS 173 (67.97% from 255) = 35.67%

R = 24.74%
G = 39.59%
B = 35.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#78C0AD (or 0x78C0AD) is known color: Monte Carlo. HEX triplet: 78, C0 and AD. RGB value is (120,192,173). Sum of RGB (Red+Green+Blue) = 120+192+173=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C0AD is #873F52. Grayscale: #A8A8A8. Windows color (decimal): -8863571 or 11387000. OLE color: 11387000.

HSL color Cylindrical-coordinate representation of color #78C0AD: hue angle of 164.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C0AD is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 192 173 -
CMYK 0.38 0 0.10 0.25
HSL 164.17º 0.36% 0.61% -
HSV(B) 164.17º 0.38% 0.75% -
XYZ 34.14 44.71 46.37 -
YUV 168.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 120 192 173 0.38 0 0.10 0.25 164.17 0.36 0.61
Hex 78 C0 AD 26 0 A 19 A4 24 3D
Octal 170 300 255 46 0 12 31 244 44 75
Binary 1111000 11000000 10101101 100110 0 1010 11001 10100100 100100 111101

Color Harmonies of #78C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C0AD

Black with #78C0AD

Text Example


Text Example

White with #78C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,192,173); }

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

background-color css

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

 a { background-color: rgb(120,192,173); }

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

border-color css

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

 span { border-color: rgb(120,192,173); }

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