#78C9BA

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

Shades of Monte Carlo #78C9BA

Tints of Monte Carlo #78C9BA

Color information

#78C9BA (or 0x78C9BA) is unknown color: approx Monte Carlo. HEX triplet: 78, C9 and BA. RGB value is (120,201,186). Sum of RGB (Red+Green+Blue) = 120+201+186=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #78C9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C9BA is #873645. Grayscale: #AFAFAF. Windows color (decimal): -8861254 or 12241272. OLE color: 12241272.

HSL color Cylindrical-coordinate representation of color #78C9BA: hue angle of 168.89º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C9BA is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB120201186-
CMYK0.4000.070.21
HSL168.89º42.86%62.94%-
HSV(B)168.89º40.3%78.82%-
XYZ37.549.3154-
YUV175.07134.1688.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.67%
GREEN value IS 201 (78.91% from 255) = 39.64%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=23.67%
G=39.64%
B=36.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1202011860.4000.070.21168.8942.8662.94
Hex78C9BA280715a92b3f
Octal1703112725007252515377
Binary1111000110010011011101010100001111010110101001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,201,186); }

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

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

 a { background-color: rgb(120,201,186); }

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

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

 span { border-color: rgb(120,201,186); }

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