#78CAB5

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

Shades of Monte Carlo #78CAB5

Tints of Monte Carlo #78CAB5

Color information

#78CAB5 (or 0x78CAB5) is unknown color: approx Monte Carlo. HEX triplet: 78, CA and B5. RGB value is (120,202,181). Sum of RGB (Red+Green+Blue) = 120+202+181=503 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.86% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #78CAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CAB5 is #87354A. Grayscale: #AFAFAF. Windows color (decimal): -8861003 or 11913848. OLE color: 11913848.

HSL color Cylindrical-coordinate representation of color #78CAB5: hue angle of 164.63º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CAB5 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB120202181-
CMYK0.4100.100.21
HSL164.63º43.62%63.14%-
HSV(B)164.63º40.59%79.22%-
XYZ37.2149.5751.32-
YUV175.09131.3388.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.86%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 181 (71.09% from 255) = 35.98%
R=23.86%
G=40.16%
B=35.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1202021810.4100.100.21164.6343.6263.14
Hex78CAB5290A15a52c3f
Octal17031226551012252455477
Binary11110001100101010110101101001010101010110100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,202,181); }

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

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

 a { background-color: rgb(120,202,181); }

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

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

 span { border-color: rgb(120,202,181); }

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