Html Css Color HEX #78C8AC Monte Carlo

📋 copy color: '#78C8AC'

red 120 ◦ green 200 ◦ blue 172

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

Shades of Monte Carlo #78C8AC

Tints of Monte Carlo #78C8AC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.65%

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

R = 24.39%
G = 40.65%
B = 34.96%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#78C8AC (or 0x78C8AC) is known color: Monte Carlo. HEX triplet: 78, C8 and AC. RGB value is (120,200,172). Sum of RGB (Red+Green+Blue) = 120+200+172=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #78C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C8AC is #873753. Grayscale: #ACACAC. Windows color (decimal): -8861524 or 11323512. OLE color: 11323512.

HSL color Cylindrical-coordinate representation of color #78C8AC: hue angle of 159º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C8AC is Cyan = 0.4, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 200 172 -
CMYK 0.4 0 0.14 0.22
HSL 159º 0.42% 0.63% -
HSV(B) 159º 0.4% 0.78% -
XYZ 35.85 48.28 46.46 -
YUV 172.89 127.5 90.28 -
System Red Green Blue C M Y K H S L
Decimal 120 200 172 0.4 0 0.14 0.22 159 0.42 0.63
Hex 78 C8 AC 28 0 E 16 9F 2A 3F
Octal 170 310 254 50 0 16 26 237 52 77
Binary 1111000 11001000 10101100 101000 0 1110 10110 10011111 101010 111111

Color Harmonies of #78C8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C8AC

Black with #78C8AC

Text Example


Text Example

White with #78C8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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