Html Css Color HEX #33988D Gossamer

📋 copy color: '#33988D'

red 51 ◦ green 152 ◦ blue 141

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

Shades of Gossamer #33988D

Tints of Gossamer #33988D

RGB

 RED value IS 51 (20.31% from 255) = 14.83%

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

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

R = 14.83%
G = 44.19%
B = 40.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#33988D (or 0x33988D) is known color: Gossamer. HEX triplet: 33, 98 and 8D. RGB value is (51,152,141). Sum of RGB (Red+Green+Blue) = 51+152+141=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #33988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33988D is #CC6772. Grayscale: #787878. Windows color (decimal): -13395827 or 9279539. OLE color: 9279539.

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

Color convert

RGB 51 152 141 -
CMYK 0.66 0 0.07 0.40
HSL 173.47º 0.5% 0.4% -
HSV(B) 173.47º 0.66% 0.6% -
XYZ 17.4 25.08 29.12 -
YUV 120.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 51 152 141 0.66 0 0.07 0.40 173.47 0.5 0.4
Hex 33 98 8D 42 0 7 28 AD 32 28
Octal 63 230 215 102 0 7 50 255 62 50
Binary 110011 10011000 10001101 1000010 0 111 101000 10101101 110010 101000

Color Harmonies of #33988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33988D

Black with #33988D

Text Example


Text Example

White with #33988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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