#3C8180

Color #3C8180 Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #3C8180

Tints of Paradiso #3C8180

Color information

#3C8180 (or 0x3C8180) is unknown color: approx Paradiso. HEX triplet: 3C, 81 and 80. RGB value is (60,129,128). Sum of RGB (Red+Green+Blue) = 60+129+128=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #3C8180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8180 is #C37E7F. Grayscale: #6C6C6C. Windows color (decimal): -12811904 or 8421692. OLE color: 8421692.

HSL color Cylindrical-coordinate representation of color #3C8180: hue angle of 179.13º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C8180 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB60129128-
CMYK0.5300.010.49
HSL179.13º36.51%37.06%-
HSV(B)179.13º53.49%50.59%-
XYZ13.6118.2223.22-
YUV108.26139.1493.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.93%
GREEN value IS 129 (50.78% from 255) = 40.69%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=18.93%
G=40.69%
B=40.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601291280.5300.010.49179.1336.5137.06
Hex3C8180350131b32525
Octal742012006501612634545
Binary11110010000001100000001101010111000110110011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C8180; }

 p { color: rgb(60,129,128); }

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

<style>
 a { background-color: #3C8180; }

 a { background-color: rgb(60,129,128); }

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

<style>
 span { border-color: #3C8180; }

 span { border-color: rgb(60,129,128); }

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