Html Css Color HEX #39968A Gossamer

📋 copy color: '#39968A'

red 57 ◦ green 150 ◦ blue 138

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

Shades of Gossamer #39968A

Tints of Gossamer #39968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.48%

 BLUE value IS 138 (54.3% from 255) = 40%

R = 16.52%
G = 43.48%
B = 40%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#39968A (or 0x39968A) is known color: Gossamer. HEX triplet: 39, 96 and 8A. RGB value is (57,150,138). Sum of RGB (Red+Green+Blue) = 57+150+138=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #39968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39968A is #C66975. Grayscale: #787878. Windows color (decimal): -13003126 or 9082425. OLE color: 9082425.

HSL color Cylindrical-coordinate representation of color #39968A: hue angle of 172.26º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39968A is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 150 138 -
CMYK 0.62 0 0.08 0.41
HSL 172.26º 0.45% 0.41% -
HSV(B) 172.26º 0.62% 0.59% -
XYZ 17.18 24.52 27.87 -
YUV 120.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 57 150 138 0.62 0 0.08 0.41 172.26 0.45 0.41
Hex 39 96 8A 3E 0 8 29 AC 2D 29
Octal 71 226 212 76 0 10 51 254 55 51
Binary 111001 10010110 10001010 111110 0 1000 101001 10101100 101101 101001

Color Harmonies of #39968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39968A

Black with #39968A

Text Example


Text Example

White with #39968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39968A; }

 p { color: rgb(57,150,138); }

 H1.HeaderClassName
 {
   color: #39968A;
 }
 .AnyTagClassName
 {
   color: #39968A;
 }
</style>

background-color css

<style>
 a { background-color: #39968A; }

 a { background-color: rgb(57,150,138); }

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

border-color css

<style>
 span { border-color: #39968A; }

 span { border-color: rgb(57,150,138); }

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