Html Css Color HEX #389B7D Gossamer

📋 copy color: '#389B7D'

red 56 ◦ green 155 ◦ blue 125

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

Shades of Gossamer #389B7D

Tints of Gossamer #389B7D

RGB

 RED value IS 56 (22.27% from 255) = 16.67%

 GREEN value IS 155 (60.94% from 255) = 46.13%

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 16.67%
G = 46.13%
B = 37.2%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#389B7D (or 0x389B7D) is known color: Gossamer. HEX triplet: 38, 9B and 7D. RGB value is (56,155,125). Sum of RGB (Red+Green+Blue) = 56+155+125=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #389B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B7D is #C76482. Grayscale: #797979. Windows color (decimal): -13067395 or 8231736. OLE color: 8231736.

HSL color Cylindrical-coordinate representation of color #389B7D: hue angle of 161.82º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389B7D is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 155 125 -
CMYK 0.64 0 0.19 0.39
HSL 161.82º 0.47% 0.41% -
HSV(B) 161.82º 0.64% 0.61% -
XYZ 17.05 25.76 23.48 -
YUV 121.98 129.7 80.94 -
System Red Green Blue C M Y K H S L
Decimal 56 155 125 0.64 0 0.19 0.39 161.82 0.47 0.41
Hex 38 9B 7D 40 0 13 27 A2 2F 29
Octal 70 233 175 100 0 23 47 242 57 51
Binary 111000 10011011 1111101 1000000 0 10011 100111 10100010 101111 101001

Color Harmonies of #389B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389B7D

Black with #389B7D

Text Example


Text Example

White with #389B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389B7D; }

 p { color: rgb(56,155,125); }

 H1.HeaderClassName
 {
   color: #389B7D;
 }
 .AnyTagClassName
 {
   color: #389B7D;
 }
</style>

background-color css

<style>
 a { background-color: #389B7D; }

 a { background-color: rgb(56,155,125); }

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

border-color css

<style>
 span { border-color: #389B7D; }

 span { border-color: rgb(56,155,125); }

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