#3B8681

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

Shades of Paradiso #3B8681

Tints of Paradiso #3B8681

Color information

#3B8681 (or 0x3B8681) is unknown color: approx Paradiso. HEX triplet: 3B, 86 and 81. RGB value is (59,134,129). Sum of RGB (Red+Green+Blue) = 59+134+129=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8681 is #C4797E. Grayscale: #6E6E6E. Windows color (decimal): -12876159 or 8488507. OLE color: 8488507.

HSL color Cylindrical-coordinate representation of color #3B8681: hue angle of 176º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B8681 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB59134129-
CMYK0.5600.040.47
HSL176º38.86%37.84%-
HSV(B)176º55.97%52.55%-
XYZ14.2919.5623.79-
YUV111.01138.1590.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.32%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 129 (50.78% from 255) = 40.06%
R=18.32%
G=41.61%
B=40.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591341290.5600.040.4717638.8637.84
Hex3B868138042Fb02726
Octal732062017004572604746
Binary1110111000011010000001111000010010111110110000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,134,129); }

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

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

 a { background-color: rgb(59,134,129); }

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

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

 span { border-color: rgb(59,134,129); }

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