Html Css Color HEX #78C2A6 Monte Carlo

📋 copy color: '#78C2A6'

red 120 ◦ green 194 ◦ blue 166

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

Shades of Monte Carlo #78C2A6

Tints of Monte Carlo #78C2A6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.42%

 BLUE value IS 166 (65.23% from 255) = 34.58%

R = 25%
G = 40.42%
B = 34.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#78C2A6 (or 0x78C2A6) is known color: Monte Carlo. HEX triplet: 78, C2 and A6. RGB value is (120,194,166). Sum of RGB (Red+Green+Blue) = 120+194+166=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #78C2A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C2A6 is #873D59. Grayscale: #A8A8A8. Windows color (decimal): -8863066 or 10928760. OLE color: 10928760.

HSL color Cylindrical-coordinate representation of color #78C2A6: hue angle of 157.3º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C2A6 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 194 166 -
CMYK 0.38 0 0.14 0.24
HSL 157.3º 0.38% 0.62% -
HSV(B) 157.3º 0.38% 0.76% -
XYZ 33.92 45.33 43.04 -
YUV 168.68 126.48 93.28 -
System Red Green Blue C M Y K H S L
Decimal 120 194 166 0.38 0 0.14 0.24 157.3 0.38 0.62
Hex 78 C2 A6 26 0 E 18 9D 26 3E
Octal 170 302 246 46 0 16 30 235 46 76
Binary 1111000 11000010 10100110 100110 0 1110 11000 10011101 100110 111110

Color Harmonies of #78C2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C2A6

Black with #78C2A6

Text Example


Text Example

White with #78C2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,194,166); }

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

background-color css

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

 a { background-color: rgb(120,194,166); }

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

border-color css

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

 span { border-color: rgb(120,194,166); }

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