Html Css Color HEX #78C2A5 Monte Carlo

📋 copy color: '#78C2A5'

red 120 ◦ green 194 ◦ blue 165

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

Shades of Monte Carlo #78C2A5

Tints of Monte Carlo #78C2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.45%

R = 25.05%
G = 40.5%
B = 34.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#78C2A5 (or 0x78C2A5) is known color: Monte Carlo. HEX triplet: 78, C2 and A5. RGB value is (120,194,165). Sum of RGB (Red+Green+Blue) = 120+194+165=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #78C2A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C2A5 is #873D5A. Grayscale: #A8A8A8. Windows color (decimal): -8863067 or 10863224. OLE color: 10863224.

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

Color convert

RGB 120 194 165 -
CMYK 0.38 0 0.15 0.24
HSL 156.49º 0.38% 0.62% -
HSV(B) 156.49º 0.38% 0.76% -
XYZ 33.83 45.29 42.56 -
YUV 168.57 125.98 93.36 -
System Red Green Blue C M Y K H S L
Decimal 120 194 165 0.38 0 0.15 0.24 156.49 0.38 0.62
Hex 78 C2 A5 26 0 F 18 9C 26 3E
Octal 170 302 245 46 0 17 30 234 46 76
Binary 1111000 11000010 10100101 100110 0 1111 11000 10011100 100110 111110

Color Harmonies of #78C2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C2A5

Black with #78C2A5

Text Example


Text Example

White with #78C2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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