Html Css Color HEX #32998A Gossamer

📋 copy color: '#32998A'

red 50 ◦ green 153 ◦ blue 138

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

Shades of Gossamer #32998A

Tints of Gossamer #32998A

RGB

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

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

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

R = 14.66%
G = 44.87%
B = 40.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#32998A (or 0x32998A) is known color: Gossamer. HEX triplet: 32, 99 and 8A. RGB value is (50,153,138). Sum of RGB (Red+Green+Blue) = 50+153+138=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #32998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32998A is #CD6675. Grayscale: #787878. Windows color (decimal): -13461110 or 9083186. OLE color: 9083186.

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

Color convert

RGB 50 153 138 -
CMYK 0.67 0 0.10 0.4
HSL 171.26º 0.51% 0.4% -
HSV(B) 171.26º 0.67% 0.6% -
XYZ 17.29 25.3 28.02 -
YUV 120.49 137.88 77.72 -
System Red Green Blue C M Y K H S L
Decimal 50 153 138 0.67 0 0.10 0.4 171.26 0.51 0.4
Hex 32 99 8A 43 0 A 28 AB 33 28
Octal 62 231 212 103 0 12 50 253 63 50
Binary 110010 10011001 10001010 1000011 0 1010 101000 10101011 110011 101000

Color Harmonies of #32998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32998A

Black with #32998A

Text Example


Text Example

White with #32998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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