Html Css Color HEX #39998C Gossamer

📋 copy color: '#39998C'

red 57 ◦ green 153 ◦ blue 140

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

Shades of Gossamer #39998C

Tints of Gossamer #39998C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.71%

 BLUE value IS 140 (55.08% from 255) = 40%

R = 16.29%
G = 43.71%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#39998C (or 0x39998C) is known color: Gossamer. HEX triplet: 39, 99 and 8C. RGB value is (57,153,140). Sum of RGB (Red+Green+Blue) = 57+153+140=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #39998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39998C is #C66673. Grayscale: #7A7A7A. Windows color (decimal): -13002356 or 9214265. OLE color: 9214265.

HSL color Cylindrical-coordinate representation of color #39998C: hue angle of 171.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39998C is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 153 140 -
CMYK 0.63 0 0.08 0.4
HSL 171.88º 0.46% 0.41% -
HSV(B) 171.88º 0.63% 0.6% -
XYZ 17.81 25.55 28.8 -
YUV 122.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 57 153 140 0.63 0 0.08 0.4 171.88 0.46 0.41
Hex 39 99 8C 3F 0 8 28 AC 2E 29
Octal 71 231 214 77 0 10 50 254 56 51
Binary 111001 10011001 10001100 111111 0 1000 101000 10101100 101110 101001

Color Harmonies of #39998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39998C

Black with #39998C

Text Example


Text Example

White with #39998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39998C; }

 p { color: rgb(57,153,140); }

 H1.HeaderClassName
 {
   color: #39998C;
 }
 .AnyTagClassName
 {
   color: #39998C;
 }
</style>

background-color css

<style>
 a { background-color: #39998C; }

 a { background-color: rgb(57,153,140); }

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

border-color css

<style>
 span { border-color: #39998C; }

 span { border-color: rgb(57,153,140); }

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