#78CDB3

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

Shades of Monte Carlo #78CDB3

Tints of Monte Carlo #78CDB3

Color information

#78CDB3 (or 0x78CDB3) is unknown color: approx Monte Carlo. HEX triplet: 78, CD and B3. RGB value is (120,205,179). Sum of RGB (Red+Green+Blue) = 120+205+179=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #78CDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CDB3 is #87324C. Grayscale: #B0B0B0. Windows color (decimal): -8860237 or 11783544. OLE color: 11783544.

HSL color Cylindrical-coordinate representation of color #78CDB3: hue angle of 161.65º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CDB3 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB120205179-
CMYK0.4100.130.20
HSL161.65º45.95%63.73%-
HSV(B)161.65º41.46%80.39%-
XYZ37.7150.9150.49-
YUV176.62129.3487.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.81%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 179 (70.31% from 255) = 35.52%
R=23.81%
G=40.67%
B=35.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1202051790.4100.130.20161.6545.9563.73
Hex78CDB3290D14a22e40
Octal170315263510152424256100
Binary111100011001101101100111010010110110100101000101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,205,179); }

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

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

 a { background-color: rgb(120,205,179); }

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

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

 span { border-color: rgb(120,205,179); }

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