Html Css Color HEX #389688 Gossamer

📋 copy color: '#389688'

red 56 ◦ green 150 ◦ blue 136

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

Shades of Gossamer #389688

Tints of Gossamer #389688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.86%

 BLUE value IS 136 (53.52% from 255) = 39.77%

R = 16.37%
G = 43.86%
B = 39.77%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#389688 (or 0x389688) is known color: Gossamer. HEX triplet: 38, 96 and 88. RGB value is (56,150,136). Sum of RGB (Red+Green+Blue) = 56+150+136=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #389688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389688 is #C76977. Grayscale: #787878. Windows color (decimal): -13068664 or 8951352. OLE color: 8951352.

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

Color convert

RGB 56 150 136 -
CMYK 0.63 0 0.09 0.41
HSL 171.06º 0.46% 0.4% -
HSV(B) 171.06º 0.63% 0.59% -
XYZ 16.98 24.43 27.11 -
YUV 120.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 56 150 136 0.63 0 0.09 0.41 171.06 0.46 0.4
Hex 38 96 88 3F 0 9 29 AB 2E 28
Octal 70 226 210 77 0 11 51 253 56 50
Binary 111000 10010110 10001000 111111 0 1001 101001 10101011 101110 101000

Color Harmonies of #389688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389688

Black with #389688

Text Example


Text Example

White with #389688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389688; }

 p { color: rgb(56,150,136); }

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

background-color css

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

 a { background-color: rgb(56,150,136); }

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

border-color css

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

 span { border-color: rgb(56,150,136); }

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