Html Css Color HEX #33987F Gossamer

📋 copy color: '#33987F'

red 51 ◦ green 152 ◦ blue 127

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

Shades of Gossamer #33987F

Tints of Gossamer #33987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.48%

R = 15.45%
G = 46.06%
B = 38.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#33987F (or 0x33987F) is known color: Gossamer. HEX triplet: 33, 98 and 7F. RGB value is (51,152,127). Sum of RGB (Red+Green+Blue) = 51+152+127=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #33987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33987F is #CC6780. Grayscale: #767676. Windows color (decimal): -13395841 or 8362035. OLE color: 8362035.

HSL color Cylindrical-coordinate representation of color #33987F: hue angle of 165.15º 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 #33987F is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 152 127 -
CMYK 0.66 0 0.16 0.40
HSL 165.15º 0.5% 0.4% -
HSV(B) 165.15º 0.66% 0.6% -
XYZ 16.42 24.69 23.98 -
YUV 118.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 51 152 127 0.66 0 0.16 0.40 165.15 0.5 0.4
Hex 33 98 7F 42 0 10 28 A5 32 28
Octal 63 230 177 102 0 20 50 245 62 50
Binary 110011 10011000 1111111 1000010 0 10000 101000 10100101 110010 101000

Color Harmonies of #33987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33987F

Black with #33987F

Text Example


Text Example

White with #33987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33987F; }

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

 H1.HeaderClassName
 {
   color: #33987F;
 }
 .AnyTagClassName
 {
   color: #33987F;
 }
</style>

background-color css

<style>
 a { background-color: #33987F; }

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

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

border-color css

<style>
 span { border-color: #33987F; }

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

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