Html Css Color HEX #32988A Gossamer

📋 copy color: '#32988A'

red 50 ◦ green 152 ◦ blue 138

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

Shades of Gossamer #32988A

Tints of Gossamer #32988A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 14.71%
G = 44.71%
B = 40.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#32988A (or 0x32988A) is known color: Gossamer. HEX triplet: 32, 98 and 8A. RGB value is (50,152,138). Sum of RGB (Red+Green+Blue) = 50+152+138=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #32988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32988A is #CD6775. Grayscale: #777777. Windows color (decimal): -13461366 or 9082930. OLE color: 9082930.

HSL color Cylindrical-coordinate representation of color #32988A: hue angle of 171.76º 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 #32988A is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 138 -
CMYK 0.67 0 0.09 0.40
HSL 171.76º 0.5% 0.4% -
HSV(B) 171.76º 0.67% 0.6% -
XYZ 17.13 24.97 27.96 -
YUV 119.91 138.21 78.14 -
System Red Green Blue C M Y K H S L
Decimal 50 152 138 0.67 0 0.09 0.40 171.76 0.5 0.4
Hex 32 98 8A 43 0 9 28 AC 32 28
Octal 62 230 212 103 0 11 50 254 62 50
Binary 110010 10011000 10001010 1000011 0 1001 101000 10101100 110010 101000

Color Harmonies of #32988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32988A

Black with #32988A

Text Example


Text Example

White with #32988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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