Html Css Color HEX #39AB8F Gossamer

📋 copy color: '#39AB8F'

red 57 ◦ green 171 ◦ blue 143

#39AB8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #39AB8F

Tints of Gossamer #39AB8F

RGB

 RED value IS 57 (22.66% from 255) = 15.36%

 GREEN value IS 171 (67.19% from 255) = 46.09%

 BLUE value IS 143 (56.25% from 255) = 38.54%

R = 15.36%
G = 46.09%
B = 38.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#39AB8F (or 0x39AB8F) is known color: Gossamer. HEX triplet: 39, AB and 8F. RGB value is (57,171,143). Sum of RGB (Red+Green+Blue) = 57+171+143=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #39AB8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AB8F is #C65470. Grayscale: #858585. Windows color (decimal): -12997745 or 9415481. OLE color: 9415481.

HSL color Cylindrical-coordinate representation of color #39AB8F: hue angle of 165.26º 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 #39AB8F is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 171 143 -
CMYK 0.67 0 0.16 0.33
HSL 165.26º 0.5% 0.45% -
HSV(B) 165.26º 0.67% 0.67% -
XYZ 21.21 31.98 31.04 -
YUV 133.72 133.23 73.28 -
System Red Green Blue C M Y K H S L
Decimal 57 171 143 0.67 0 0.16 0.33 165.26 0.5 0.45
Hex 39 AB 8F 43 0 10 21 A5 32 2D
Octal 71 253 217 103 0 20 41 245 62 55
Binary 111001 10101011 10001111 1000011 0 10000 100001 10100101 110010 101101

Color Harmonies of #39AB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39AB8F

Black with #39AB8F

Text Example


Text Example

White with #39AB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39AB8F;
 }
 .AnyTagClassName
 {
   color: #39AB8F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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