Html Css Color HEX #78C0AA Monte Carlo

📋 copy color: '#78C0AA'

red 120 ◦ green 192 ◦ blue 170

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

Shades of Monte Carlo #78C0AA

Tints of Monte Carlo #78C0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.27%

R = 24.9%
G = 39.83%
B = 35.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#78C0AA (or 0x78C0AA) is known color: Monte Carlo. HEX triplet: 78, C0 and AA. RGB value is (120,192,170). Sum of RGB (Red+Green+Blue) = 120+192+170=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C0AA is #873F55. Grayscale: #A7A7A7. Windows color (decimal): -8863574 or 11190392. OLE color: 11190392.

HSL color Cylindrical-coordinate representation of color #78C0AA: hue angle of 161.67º 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 #78C0AA is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 192 170 -
CMYK 0.38 0 0.11 0.25
HSL 161.67º 0.36% 0.61% -
HSV(B) 161.67º 0.38% 0.75% -
XYZ 33.85 44.59 44.85 -
YUV 167.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 120 192 170 0.38 0 0.11 0.25 161.67 0.36 0.61
Hex 78 C0 AA 26 0 B 19 A2 24 3D
Octal 170 300 252 46 0 13 31 242 44 75
Binary 1111000 11000000 10101010 100110 0 1011 11001 10100010 100100 111101

Color Harmonies of #78C0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C0AA

Black with #78C0AA

Text Example


Text Example

White with #78C0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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