#33998A

Color #33998A Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #33998A

Tints of Gossamer #33998A

Color information

#33998A (or 0x33998A) is unknown color: approx Gossamer. HEX triplet: 33, 99 and 8A. RGB value is (51,153,138). Sum of RGB (Red+Green+Blue) = 51+153+138=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #33998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33998A is #CC6675. Grayscale: #787878. Windows color (decimal): -13395574 or 9083187. OLE color: 9083187.

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

Color convert

RGB51153138-
CMYK0.6700.100.4
HSL171.18º50%40%-
HSV(B)171.18º66.67%60%-
XYZ17.3425.3228.02-
YUV120.79137.7178.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.91%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=14.91%
G=44.74%
B=40.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511531380.6700.100.4171.185040
Hex33998A430A28ab3228
Octal63231212103012502536250
Binary110011100110011000101010000110101010100010101011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33998A;
 }
 .AnyTagClassName
 {
   color: #33998A;
 }
</style>
background-color css

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

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

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

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

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

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