Html Css Color HEX #78C0AE Monte Carlo

📋 copy color: '#78C0AE'

red 120 ◦ green 192 ◦ blue 174

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

Shades of Monte Carlo #78C0AE

Tints of Monte Carlo #78C0AE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.51%

 BLUE value IS 174 (68.36% from 255) = 35.8%

R = 24.69%
G = 39.51%
B = 35.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#78C0AE (or 0x78C0AE) is known color: Monte Carlo. HEX triplet: 78, C0 and AE. RGB value is (120,192,174). Sum of RGB (Red+Green+Blue) = 120+192+174=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C0AE is #873F51. Grayscale: #A8A8A8. Windows color (decimal): -8863570 or 11452536. OLE color: 11452536.

HSL color Cylindrical-coordinate representation of color #78C0AE: hue angle of 165º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C0AE is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 192 174 -
CMYK 0.38 0 0.09 0.25
HSL 165º 0.36% 0.61% -
HSV(B) 165º 0.38% 0.75% -
XYZ 34.24 44.75 46.88 -
YUV 168.42 131.15 93.46 -
System Red Green Blue C M Y K H S L
Decimal 120 192 174 0.38 0 0.09 0.25 165 0.36 0.61
Hex 78 C0 AE 26 0 9 19 A5 24 3D
Octal 170 300 256 46 0 11 31 245 44 75
Binary 1111000 11000000 10101110 100110 0 1001 11001 10100101 100100 111101

Color Harmonies of #78C0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C0AE

Black with #78C0AE

Text Example


Text Example

White with #78C0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,192,174); }

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

background-color css

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

 a { background-color: rgb(120,192,174); }

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

border-color css

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

 span { border-color: rgb(120,192,174); }

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