Html Css Color HEX #33998F Gossamer

📋 copy color: '#33998F'

red 51 ◦ green 153 ◦ blue 143

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

Shades of Gossamer #33998F

Tints of Gossamer #33998F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 14.7%
G = 44.09%
B = 41.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#33998F (or 0x33998F) is known color: Gossamer. HEX triplet: 33, 99 and 8F. RGB value is (51,153,143). Sum of RGB (Red+Green+Blue) = 51+153+143=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #33998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33998F is #CC6670. Grayscale: #797979. Windows color (decimal): -13395569 or 9410867. OLE color: 9410867.

HSL color Cylindrical-coordinate representation of color #33998F: hue angle of 174.12º degrees, saturation: 0.5, 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 #33998F is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 153 143 -
CMYK 0.67 0 0.07 0.4
HSL 174.12º 0.5% 0.4% -
HSV(B) 174.12º 0.67% 0.6% -
XYZ 17.71 25.47 29.97 -
YUV 121.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 51 153 143 0.67 0 0.07 0.4 174.12 0.5 0.4
Hex 33 99 8F 43 0 7 28 AE 32 28
Octal 63 231 217 103 0 7 50 256 62 50
Binary 110011 10011001 10001111 1000011 0 111 101000 10101110 110010 101000

Color Harmonies of #33998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33998F

Black with #33998F

Text Example


Text Example

White with #33998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,153,143); }

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

background-color css

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

 a { background-color: rgb(51,153,143); }

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

border-color css

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

 span { border-color: rgb(51,153,143); }

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