Html Css Color HEX #399D8C Gossamer

📋 copy color: '#399D8C'

red 57 ◦ green 157 ◦ blue 140

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

Shades of Gossamer #399D8C

Tints of Gossamer #399D8C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.35%

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

R = 16.1%
G = 44.35%
B = 39.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#399D8C (or 0x399D8C) is known color: Gossamer. HEX triplet: 39, 9D and 8C. RGB value is (57,157,140). Sum of RGB (Red+Green+Blue) = 57+157+140=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #399D8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399D8C is #C66273. Grayscale: #7D7D7D. Windows color (decimal): -13001332 or 9215289. OLE color: 9215289.

HSL color Cylindrical-coordinate representation of color #399D8C: hue angle of 169.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399D8C is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 157 140 -
CMYK 0.64 0 0.11 0.38
HSL 169.8º 0.47% 0.42% -
HSV(B) 169.8º 0.64% 0.62% -
XYZ 18.48 26.88 29.02 -
YUV 125.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 57 157 140 0.64 0 0.11 0.38 169.8 0.47 0.42
Hex 39 9D 8C 40 0 B 26 AA 2F 2A
Octal 71 235 214 100 0 13 46 252 57 52
Binary 111001 10011101 10001100 1000000 0 1011 100110 10101010 101111 101010

Color Harmonies of #399D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399D8C

Black with #399D8C

Text Example


Text Example

White with #399D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399D8C; }

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

 H1.HeaderClassName
 {
   color: #399D8C;
 }
 .AnyTagClassName
 {
   color: #399D8C;
 }
</style>

background-color css

<style>
 a { background-color: #399D8C; }

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

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

border-color css

<style>
 span { border-color: #399D8C; }

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

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