Html Css Color HEX #32998C Gossamer

📋 copy color: '#32998C'

red 50 ◦ green 153 ◦ blue 140

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

Shades of Gossamer #32998C

Tints of Gossamer #32998C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 14.58%
G = 44.61%
B = 40.82%

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

#32998C (or 0x32998C) is known color: Gossamer. HEX triplet: 32, 99 and 8C. RGB value is (50,153,140). Sum of RGB (Red+Green+Blue) = 50+153+140=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #32998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32998C is #CD6673. Grayscale: #787878. Windows color (decimal): -13461108 or 9214258. OLE color: 9214258.

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

Color convert

RGB 50 153 140 -
CMYK 0.67 0 0.08 0.4
HSL 172.43º 0.51% 0.4% -
HSV(B) 172.43º 0.67% 0.6% -
XYZ 17.44 25.35 28.79 -
YUV 120.72 138.88 77.56 -
System Red Green Blue C M Y K H S L
Decimal 50 153 140 0.67 0 0.08 0.4 172.43 0.51 0.4
Hex 32 99 8C 43 0 8 28 AC 33 28
Octal 62 231 214 103 0 10 50 254 63 50
Binary 110010 10011001 10001100 1000011 0 1000 101000 10101100 110011 101000

Color Harmonies of #32998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32998C

Black with #32998C

Text Example


Text Example

White with #32998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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