Html Css Color HEX #32998D Gossamer

📋 copy color: '#32998D'

red 50 ◦ green 153 ◦ blue 141

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

Shades of Gossamer #32998D

Tints of Gossamer #32998D

RGB

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

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

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

R = 14.53%
G = 44.48%
B = 40.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#32998D (or 0x32998D) is known color: Gossamer. HEX triplet: 32, 99 and 8D. RGB value is (50,153,141). Sum of RGB (Red+Green+Blue) = 50+153+141=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #32998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32998D is #CD6672. Grayscale: #787878. Windows color (decimal): -13461107 or 9279794. OLE color: 9279794.

HSL color Cylindrical-coordinate representation of color #32998D: hue angle of 173.01º degrees, saturation: 0.51, 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 #32998D is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 141 -
CMYK 0.67 0 0.08 0.4
HSL 173.01º 0.51% 0.4% -
HSV(B) 173.01º 0.67% 0.6% -
XYZ 17.51 25.38 29.18 -
YUV 120.84 139.38 77.48 -
System Red Green Blue C M Y K H S L
Decimal 50 153 141 0.67 0 0.08 0.4 173.01 0.51 0.4
Hex 32 99 8D 43 0 8 28 AD 33 28
Octal 62 231 215 103 0 10 50 255 63 50
Binary 110010 10011001 10001101 1000011 0 1000 101000 10101101 110011 101000

Color Harmonies of #32998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32998D

Black with #32998D

Text Example


Text Example

White with #32998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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