Html Css Color HEX #78C2AC Monte Carlo

📋 copy color: '#78C2AC'

red 120 ◦ green 194 ◦ blue 172

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

Shades of Monte Carlo #78C2AC

Tints of Monte Carlo #78C2AC

RGB

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

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

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

R = 24.69%
G = 39.92%
B = 35.39%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#78C2AC (or 0x78C2AC) is known color: Monte Carlo. HEX triplet: 78, C2 and AC. RGB value is (120,194,172). Sum of RGB (Red+Green+Blue) = 120+194+172=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #78C2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C2AC is #873D53. Grayscale: #A9A9A9. Windows color (decimal): -8863060 or 11321976. OLE color: 11321976.

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

Color convert

RGB 120 194 172 -
CMYK 0.38 0 0.11 0.24
HSL 162.16º 0.38% 0.62% -
HSV(B) 162.16º 0.38% 0.76% -
XYZ 34.48 45.56 46.01 -
YUV 169.37 129.48 92.79 -
System Red Green Blue C M Y K H S L
Decimal 120 194 172 0.38 0 0.11 0.24 162.16 0.38 0.62
Hex 78 C2 AC 26 0 B 18 A2 26 3E
Octal 170 302 254 46 0 13 30 242 46 76
Binary 1111000 11000010 10101100 100110 0 1011 11000 10100010 100110 111110

Color Harmonies of #78C2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C2AC

Black with #78C2AC

Text Example


Text Example

White with #78C2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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