Html Css Color HEX #78BCAB Monte Carlo

📋 copy color: '#78BCAB'

red 120 ◦ green 188 ◦ blue 171

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

Shades of Monte Carlo #78BCAB

Tints of Monte Carlo #78BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.25%

 BLUE value IS 171 (67.19% from 255) = 35.7%

R = 25.05%
G = 39.25%
B = 35.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#78BCAB (or 0x78BCAB) is known color: Monte Carlo. HEX triplet: 78, BC and AB. RGB value is (120,188,171). Sum of RGB (Red+Green+Blue) = 120+188+171=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #78BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BCAB is #874354. Grayscale: #A5A5A5. Windows color (decimal): -8864597 or 11254904. OLE color: 11254904.

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

Color convert

RGB 120 188 171 -
CMYK 0.36 0 0.09 0.26
HSL 165º 0.34% 0.6% -
HSV(B) 165º 0.36% 0.74% -
XYZ 33.08 42.9 45.07 -
YUV 165.73 130.97 95.38 -
System Red Green Blue C M Y K H S L
Decimal 120 188 171 0.36 0 0.09 0.26 165 0.34 0.6
Hex 78 BC AB 24 0 9 1A A5 22 3C
Octal 170 274 253 44 0 11 32 245 42 74
Binary 1111000 10111100 10101011 100100 0 1001 11010 10100101 100010 111100

Color Harmonies of #78BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BCAB

Black with #78BCAB

Text Example


Text Example

White with #78BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,188,171); }

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

background-color css

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

 a { background-color: rgb(120,188,171); }

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

border-color css

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

 span { border-color: rgb(120,188,171); }

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