Html Css Color HEX #78BEA2 Monte Carlo

📋 copy color: '#78BEA2'

red 120 ◦ green 190 ◦ blue 162

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

Shades of Monte Carlo #78BEA2

Tints of Monte Carlo #78BEA2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.25%

 BLUE value IS 162 (63.67% from 255) = 34.32%

R = 25.42%
G = 40.25%
B = 34.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#78BEA2 (or 0x78BEA2) is known color: Monte Carlo. HEX triplet: 78, BE and A2. RGB value is (120,190,162). Sum of RGB (Red+Green+Blue) = 120+190+162=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #78BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BEA2 is #87415D. Grayscale: #A5A5A5. Windows color (decimal): -8864094 or 10665592. OLE color: 10665592.

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

Color convert

RGB 120 190 162 -
CMYK 0.37 0 0.15 0.25
HSL 156º 0.35% 0.61% -
HSV(B) 156º 0.37% 0.75% -
XYZ 32.68 43.43 40.84 -
YUV 165.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 120 190 162 0.37 0 0.15 0.25 156 0.35 0.61
Hex 78 BE A2 25 0 F 19 9C 23 3D
Octal 170 276 242 45 0 17 31 234 43 75
Binary 1111000 10111110 10100010 100101 0 1111 11001 10011100 100011 111101

Color Harmonies of #78BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BEA2

Black with #78BEA2

Text Example


Text Example

White with #78BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,190,162); }

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

background-color css

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

 a { background-color: rgb(120,190,162); }

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

border-color css

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

 span { border-color: rgb(120,190,162); }

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