Html Css Color HEX #389E8F Gossamer

📋 copy color: '#389E8F'

red 56 ◦ green 158 ◦ blue 143

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

Shades of Gossamer #389E8F

Tints of Gossamer #389E8F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.26%

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 15.69%
G = 44.26%
B = 40.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#389E8F (or 0x389E8F) is known color: Gossamer. HEX triplet: 38, 9E and 8F. RGB value is (56,158,143). Sum of RGB (Red+Green+Blue) = 56+158+143=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #389E8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389E8F is #C76170. Grayscale: #7D7D7D. Windows color (decimal): -13066609 or 9412152. OLE color: 9412152.

HSL color Cylindrical-coordinate representation of color #389E8F: hue angle of 171.18º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389E8F is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 158 143 -
CMYK 0.65 0 0.09 0.38
HSL 171.18º 0.48% 0.42% -
HSV(B) 171.18º 0.65% 0.62% -
XYZ 18.82 27.28 30.26 -
YUV 125.79 137.71 78.22 -
System Red Green Blue C M Y K H S L
Decimal 56 158 143 0.65 0 0.09 0.38 171.18 0.48 0.42
Hex 38 9E 8F 41 0 9 26 AB 30 2A
Octal 70 236 217 101 0 11 46 253 60 52
Binary 111000 10011110 10001111 1000001 0 1001 100110 10101011 110000 101010

Color Harmonies of #389E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389E8F

Black with #389E8F

Text Example


Text Example

White with #389E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,158,143); }

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

background-color css

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

 a { background-color: rgb(56,158,143); }

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

border-color css

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

 span { border-color: rgb(56,158,143); }

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