#78C8BF

Color #78C8BF Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #78C8BF

Tints of Monte Carlo #78C8BF

Color information

#78C8BF (or 0x78C8BF) is unknown color: approx Monte Carlo. HEX triplet: 78, C8 and BF. RGB value is (120,200,191). Sum of RGB (Red+Green+Blue) = 120+200+191=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #78C8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C8BF is #873740. Grayscale: #AFAFAF. Windows color (decimal): -8861505 or 12568696. OLE color: 12568696.

HSL color Cylindrical-coordinate representation of color #78C8BF: hue angle of 173.25º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C8BF is Cyan = 0.4, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB120200191-
CMYK0.400.040.22
HSL173.25º42.11%62.75%-
HSV(B)173.25º40%78.43%-
XYZ37.849.0656.77-
YUV175.0513788.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.48%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 191 (75% from 255) = 37.38%
R=23.48%
G=39.14%
B=37.38%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1202001910.400.040.22173.2542.1162.75
Hex78C8BF280416ad2a3f
Octal1703102775004262555277
Binary1111000110010001011111110100001001011010101101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78C8BF;
 }
 .AnyTagClassName
 {
   color: #78C8BF;
 }
</style>
background-color css

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

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

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

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

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

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