Html Css Color HEX #78BFAA Monte Carlo

📋 copy color: '#78BFAA'

red 120 ◦ green 191 ◦ blue 170

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

Shades of Monte Carlo #78BFAA

Tints of Monte Carlo #78BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 39.71%

 BLUE value IS 170 (66.8% from 255) = 35.34%

R = 24.95%
G = 39.71%
B = 35.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#78BFAA (or 0x78BFAA) is known color: Monte Carlo. HEX triplet: 78, BF and AA. RGB value is (120,191,170). Sum of RGB (Red+Green+Blue) = 120+191+170=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #78BFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BFAA is #874055. Grayscale: #A7A7A7. Windows color (decimal): -8863830 or 11190136. OLE color: 11190136.

HSL color Cylindrical-coordinate representation of color #78BFAA: hue angle of 162.25º degrees, saturation: 0.36, 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 #78BFAA is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 191 170 -
CMYK 0.37 0 0.11 0.25
HSL 162.25º 0.36% 0.61% -
HSV(B) 162.25º 0.37% 0.75% -
XYZ 33.63 44.16 44.78 -
YUV 167.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 120 191 170 0.37 0 0.11 0.25 162.25 0.36 0.61
Hex 78 BF AA 25 0 B 19 A2 24 3D
Octal 170 277 252 45 0 13 31 242 44 75
Binary 1111000 10111111 10101010 100101 0 1011 11001 10100010 100100 111101

Color Harmonies of #78BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BFAA

Black with #78BFAA

Text Example


Text Example

White with #78BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,191,170); }

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

background-color css

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

 a { background-color: rgb(120,191,170); }

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

border-color css

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

 span { border-color: rgb(120,191,170); }

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