Html Css Color HEX #32988D Gossamer

📋 copy color: '#32988D'

red 50 ◦ green 152 ◦ blue 141

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

Shades of Gossamer #32988D

Tints of Gossamer #32988D

RGB

 RED value IS 50 (19.92% from 255) = 14.58%

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

 BLUE value IS 141 (55.47% from 255) = 41.11%

R = 14.58%
G = 44.31%
B = 41.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#32988D (or 0x32988D) is known color: Gossamer. HEX triplet: 32, 98 and 8D. RGB value is (50,152,141). Sum of RGB (Red+Green+Blue) = 50+152+141=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #32988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32988D is #CD6772. Grayscale: #787878. Windows color (decimal): -13461363 or 9279538. OLE color: 9279538.

HSL color Cylindrical-coordinate representation of color #32988D: hue angle of 173.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32988D is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 141 -
CMYK 0.67 0 0.07 0.40
HSL 173.53º 0.5% 0.4% -
HSV(B) 173.53º 0.67% 0.6% -
XYZ 17.35 25.06 29.12 -
YUV 120.25 139.71 77.89 -
System Red Green Blue C M Y K H S L
Decimal 50 152 141 0.67 0 0.07 0.40 173.53 0.5 0.4
Hex 32 98 8D 43 0 7 28 AE 32 28
Octal 62 230 215 103 0 7 50 256 62 50
Binary 110010 10011000 10001101 1000011 0 111 101000 10101110 110010 101000

Color Harmonies of #32988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32988D

Black with #32988D

Text Example


Text Example

White with #32988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32988D; }

 p { color: rgb(50,152,141); }

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

background-color css

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

 a { background-color: rgb(50,152,141); }

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

border-color css

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

 span { border-color: rgb(50,152,141); }

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