Html Css Color HEX #389985 Gossamer

📋 copy color: '#389985'

red 56 ◦ green 153 ◦ blue 133

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

Shades of Gossamer #389985

Tints of Gossamer #389985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 16.37%
G = 44.74%
B = 38.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#389985 (or 0x389985) is known color: Gossamer. HEX triplet: 38, 99 and 85. RGB value is (56,153,133). Sum of RGB (Red+Green+Blue) = 56+153+133=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #389985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389985 is #C7667A. Grayscale: #797979. Windows color (decimal): -13067899 or 8755512. OLE color: 8755512.

HSL color Cylindrical-coordinate representation of color #389985: hue angle of 167.63º 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 #389985 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 153 133 -
CMYK 0.63 0 0.13 0.4
HSL 167.63º 0.46% 0.41% -
HSV(B) 167.63º 0.63% 0.6% -
XYZ 17.26 25.32 26.17 -
YUV 121.72 134.36 81.13 -
System Red Green Blue C M Y K H S L
Decimal 56 153 133 0.63 0 0.13 0.4 167.63 0.46 0.41
Hex 38 99 85 3F 0 D 28 A8 2E 29
Octal 70 231 205 77 0 15 50 250 56 51
Binary 111000 10011001 10000101 111111 0 1101 101000 10101000 101110 101001

Color Harmonies of #389985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389985

Black with #389985

Text Example


Text Example

White with #389985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389985; }

 p { color: rgb(56,153,133); }

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

background-color css

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

 a { background-color: rgb(56,153,133); }

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

border-color css

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

 span { border-color: rgb(56,153,133); }

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