Html Css Color HEX #39988D Gossamer

📋 copy color: '#39988D'

red 57 ◦ green 152 ◦ blue 141

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

Shades of Gossamer #39988D

Tints of Gossamer #39988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.43%

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 16.29%
G = 43.43%
B = 40.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#39988D (or 0x39988D) is known color: Gossamer. HEX triplet: 39, 98 and 8D. RGB value is (57,152,141). Sum of RGB (Red+Green+Blue) = 57+152+141=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #39988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39988D is #C66772. Grayscale: #7A7A7A. Windows color (decimal): -13002611 or 9279545. OLE color: 9279545.

HSL color Cylindrical-coordinate representation of color #39988D: hue angle of 173.05º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39988D is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 152 141 -
CMYK 0.62 0 0.07 0.40
HSL 173.05º 0.45% 0.41% -
HSV(B) 173.05º 0.63% 0.6% -
XYZ 17.72 25.25 29.14 -
YUV 122.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 57 152 141 0.62 0 0.07 0.40 173.05 0.45 0.41
Hex 39 98 8D 3E 0 7 28 AD 2D 29
Octal 71 230 215 76 0 7 50 255 55 51
Binary 111001 10011000 10001101 111110 0 111 101000 10101101 101101 101001

Color Harmonies of #39988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39988D

Black with #39988D

Text Example


Text Example

White with #39988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39988D; }

 p { color: rgb(57,152,141); }

 H1.HeaderClassName
 {
   color: #39988D;
 }
 .AnyTagClassName
 {
   color: #39988D;
 }
</style>

background-color css

<style>
 a { background-color: #39988D; }

 a { background-color: rgb(57,152,141); }

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

border-color css

<style>
 span { border-color: #39988D; }

 span { border-color: rgb(57,152,141); }

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