#78C8BB

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

Shades of Monte Carlo #78C8BB

Tints of Monte Carlo #78C8BB

Color information

#78C8BB (or 0x78C8BB) is unknown color: approx Monte Carlo. HEX triplet: 78, C8 and BB. RGB value is (120,200,187). Sum of RGB (Red+Green+Blue) = 120+200+187=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #78C8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C8BB is #873744. Grayscale: #AEAEAE. Windows color (decimal): -8861509 or 12306552. OLE color: 12306552.

HSL color Cylindrical-coordinate representation of color #78C8BB: hue angle of 170.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 #78C8BB is Cyan = 0.4, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB120200187-
CMYK0.400.060.22
HSL170.25º42.11%62.75%-
HSV(B)170.25º40%78.43%-
XYZ37.3748.8954.48-
YUV174.613589.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.67%
GREEN value IS 200 (78.52% from 255) = 39.45%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=23.67%
G=39.45%
B=36.88%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1202001870.400.060.22170.2542.1162.75
Hex78C8BB280616aa2a3f
Octal1703102735006262525277
Binary1111000110010001011101110100001101011010101010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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