Html Css Color HEX #389888 Gossamer

📋 copy color: '#389888'

red 56 ◦ green 152 ◦ blue 136

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

Shades of Gossamer #389888

Tints of Gossamer #389888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.19%

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

R = 16.28%
G = 44.19%
B = 39.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#389888 (or 0x389888) is known color: Gossamer. HEX triplet: 38, 98 and 88. RGB value is (56,152,136). Sum of RGB (Red+Green+Blue) = 56+152+136=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #389888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389888 is #C76777. Grayscale: #797979. Windows color (decimal): -13068152 or 8951864. OLE color: 8951864.

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

Color convert

RGB 56 152 136 -
CMYK 0.63 0 0.11 0.40
HSL 170º 0.46% 0.41% -
HSV(B) 170º 0.63% 0.6% -
XYZ 17.3 25.07 27.22 -
YUV 121.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 56 152 136 0.63 0 0.11 0.40 170 0.46 0.41
Hex 38 98 88 3F 0 B 28 AA 2E 29
Octal 70 230 210 77 0 13 50 252 56 51
Binary 111000 10011000 10001000 111111 0 1011 101000 10101010 101110 101001

Color Harmonies of #389888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389888

Black with #389888

Text Example


Text Example

White with #389888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389888; }

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

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

background-color css

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

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

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

border-color css

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

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

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