#39AB8E

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

Shades of Gossamer #39AB8E

Tints of Gossamer #39AB8E

Color information

#39AB8E (or 0x39AB8E) is unknown color: approx Gossamer. HEX triplet: 39, AB and 8E. RGB value is (57,171,142). Sum of RGB (Red+Green+Blue) = 57+171+142=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #39AB8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AB8E is #C65471. Grayscale: #858585. Windows color (decimal): -12997746 or 9349945. OLE color: 9349945.

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

Color convert

RGB57171142-
CMYK0.6700.170.33
HSL164.74º50%44.71%-
HSV(B)164.74º66.67%67.06%-
XYZ21.1331.9530.64-
YUV133.61132.7373.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.41%
GREEN value IS 171 (67.19% from 255) = 46.22%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=15.41%
G=46.22%
B=38.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571711420.6700.170.33164.745044.71
Hex39AB8E4301121a5322d
Octal71253216103021412456255
Binary1110011010101110001110100001101000110000110100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,171,142); }

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

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

 a { background-color: rgb(57,171,142); }

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

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

 span { border-color: rgb(57,171,142); }

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