#39A39A

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

Shades of Gossamer #39A39A

Tints of Gossamer #39A39A

Color information

#39A39A (or 0x39A39A) is unknown color: approx Gossamer. HEX triplet: 39, A3 and 9A. RGB value is (57,163,154). Sum of RGB (Red+Green+Blue) = 57+163+154=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #39A39A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A39A is #C65C65. Grayscale: #828282. Windows color (decimal): -12999782 or 10134329. OLE color: 10134329.

HSL color Cylindrical-coordinate representation of color #39A39A: hue angle of 174.91º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39A39A is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB57163154-
CMYK0.6500.060.36
HSL174.91º48.18%43.14%-
HSV(B)174.91º65.03%63.92%-
XYZ20.6229.435.16-
YUV130.28141.3875.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.24%
GREEN value IS 163 (64.06% from 255) = 43.58%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=15.24%
G=43.58%
B=41.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571631540.6500.060.36174.9148.1843.14
Hex39A39A410624af302b
Octal7124323210106442576053
Binary11100110100011100110101000001011010010010101111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,163,154); }

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

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

 a { background-color: rgb(57,163,154); }

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

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

 span { border-color: rgb(57,163,154); }

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