#39AA88

Color #39AA88 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #39AA88

Tints of Gossamer #39AA88

Color information

#39AA88 (or 0x39AA88) is unknown color: approx Gossamer. HEX triplet: 39, AA and 88. RGB value is (57,170,136). Sum of RGB (Red+Green+Blue) = 57+170+136=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #39AA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AA88 is #C65577. Grayscale: #848484. Windows color (decimal): -12998008 or 8956473. OLE color: 8956473.

HSL color Cylindrical-coordinate representation of color #39AA88: hue angle of 161.95º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39AA88 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB57170136-
CMYK0.6600.200.33
HSL161.95º49.78%44.51%-
HSV(B)161.95º66.47%66.67%-
XYZ20.5131.428.27-
YUV132.34130.0674.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.70%
GREEN value IS 170 (66.80% from 255) = 46.83%
BLUE value IS 136 (53.52% from 255) = 37.47%
R=15.70%
G=46.83%
B=37.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571701360.6600.200.33161.9549.7844.51
Hex39AA884201421a2322d
Octal71252210102024412426255
Binary1110011010101010001000100001001010010000110100010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39AA88; }

 p { color: rgb(57,170,136); }

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

<style>
 a { background-color: #39AA88; }

 a { background-color: rgb(57,170,136); }

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

<style>
 span { border-color: #39AA88; }

 span { border-color: rgb(57,170,136); }

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