Html Css Color HEX #78CCAC Monte Carlo

📋 copy color: '#78CCAC'

red 120 ◦ green 204 ◦ blue 172

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

Shades of Monte Carlo #78CCAC

Tints of Monte Carlo #78CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

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

R = 24.19%
G = 41.13%
B = 34.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#78CCAC (or 0x78CCAC) is known color: Monte Carlo. HEX triplet: 78, CC and AC. RGB value is (120,204,172). Sum of RGB (Red+Green+Blue) = 120+204+172=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CCAC is #873353. Grayscale: #AFAFAF. Windows color (decimal): -8860500 or 11324536. OLE color: 11324536.

HSL color Cylindrical-coordinate representation of color #78CCAC: hue angle of 157.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CCAC is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 204 172 -
CMYK 0.41 0 0.16 0.2
HSL 157.14º 0.45% 0.64% -
HSV(B) 157.14º 0.41% 0.8% -
XYZ 36.78 50.16 46.77 -
YUV 175.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 120 204 172 0.41 0 0.16 0.2 157.14 0.45 0.64
Hex 78 CC AC 29 0 10 14 9D 2D 40
Octal 170 314 254 51 0 20 24 235 55 100
Binary 1111000 11001100 10101100 101001 0 10000 10100 10011101 101101 1000000

Color Harmonies of #78CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CCAC

Black with #78CCAC

Text Example


Text Example

White with #78CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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