Html Css Color HEX #78BBAF Monte Carlo

📋 copy color: '#78BBAF'

red 120 ◦ green 187 ◦ blue 175

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

Shades of Monte Carlo #78BBAF

Tints of Monte Carlo #78BBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 24.9%
G = 38.8%
B = 36.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#78BBAF (or 0x78BBAF) is known color: Monte Carlo. HEX triplet: 78, BB and AF. RGB value is (120,187,175). Sum of RGB (Red+Green+Blue) = 120+187+175=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #78BBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BBAF is #874450. Grayscale: #A5A5A5. Windows color (decimal): -8864849 or 11516792. OLE color: 11516792.

HSL color Cylindrical-coordinate representation of color #78BBAF: hue angle of 169.25º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BBAF is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 187 175 -
CMYK 0.36 0 0.06 0.27
HSL 169.25º 0.33% 0.6% -
HSV(B) 169.25º 0.36% 0.73% -
XYZ 33.25 42.63 47.03 -
YUV 165.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 120 187 175 0.36 0 0.06 0.27 169.25 0.33 0.6
Hex 78 BB AF 24 0 6 1B A9 21 3C
Octal 170 273 257 44 0 6 33 251 41 74
Binary 1111000 10111011 10101111 100100 0 110 11011 10101001 100001 111100

Color Harmonies of #78BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BBAF

Black with #78BBAF

Text Example


Text Example

White with #78BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,187,175); }

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

background-color css

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

 a { background-color: rgb(120,187,175); }

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

border-color css

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

 span { border-color: rgb(120,187,175); }

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