Html Css Color HEX #78C2AA Monte Carlo

📋 copy color: '#78C2AA'

red 120 ◦ green 194 ◦ blue 170

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

Shades of Monte Carlo #78C2AA

Tints of Monte Carlo #78C2AA

RGB

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

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

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

R = 24.79%
G = 40.08%
B = 35.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#78C2AA (or 0x78C2AA) is known color: Monte Carlo. HEX triplet: 78, C2 and AA. RGB value is (120,194,170). Sum of RGB (Red+Green+Blue) = 120+194+170=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #78C2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C2AA is #873D55. Grayscale: #A9A9A9. Windows color (decimal): -8863062 or 11190904. OLE color: 11190904.

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

Color convert

RGB 120 194 170 -
CMYK 0.38 0 0.12 0.24
HSL 160.54º 0.38% 0.62% -
HSV(B) 160.54º 0.38% 0.76% -
XYZ 34.29 45.48 45 -
YUV 169.14 128.48 92.95 -
System Red Green Blue C M Y K H S L
Decimal 120 194 170 0.38 0 0.12 0.24 160.54 0.38 0.62
Hex 78 C2 AA 26 0 C 18 A1 26 3E
Octal 170 302 252 46 0 14 30 241 46 76
Binary 1111000 11000010 10101010 100110 0 1100 11000 10100001 100110 111110

Color Harmonies of #78C2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C2AA

Black with #78C2AA

Text Example


Text Example

White with #78C2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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