Html Css Color HEX #78C2BA Monte Carlo

📋 copy color: '#78C2BA'

red 120 ◦ green 194 ◦ blue 186

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

Shades of Monte Carlo #78C2BA

Tints of Monte Carlo #78C2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 24%
G = 38.8%
B = 37.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#78C2BA (or 0x78C2BA) is known color: Monte Carlo. HEX triplet: 78, C2 and BA. RGB value is (120,194,186). Sum of RGB (Red+Green+Blue) = 120+194+186=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #78C2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2BA is #873D45. Grayscale: #AAAAAA. Windows color (decimal): -8863046 or 12239480. OLE color: 12239480.

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

Color convert

RGB 120 194 186 -
CMYK 0.38 0 0.04 0.24
HSL 173.51º 0.38% 0.62% -
HSV(B) 173.51º 0.38% 0.76% -
XYZ 35.9 46.12 53.46 -
YUV 170.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 120 194 186 0.38 0 0.04 0.24 173.51 0.38 0.62
Hex 78 C2 BA 26 0 4 18 AE 26 3E
Octal 170 302 272 46 0 4 30 256 46 76
Binary 1111000 11000010 10111010 100110 0 100 11000 10101110 100110 111110

Color Harmonies of #78C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C2BA

Black with #78C2BA

Text Example


Text Example

White with #78C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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