#33A08A

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

Shades of Gossamer #33A08A

Tints of Gossamer #33A08A

Color information

#33A08A (or 0x33A08A) is unknown color: approx Gossamer. HEX triplet: 33, A0 and 8A. RGB value is (51,160,138). Sum of RGB (Red+Green+Blue) = 51+160+138=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 160 - color contains mainly: green. Hex color #33A08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A08A is #CC5F75. Grayscale: #7C7C7C. Windows color (decimal): -13393782 or 9084979. OLE color: 9084979.

HSL color Cylindrical-coordinate representation of color #33A08A: hue angle of 167.89º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A08A is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB51160138-
CMYK0.6800.140.37
HSL167.89º51.66%41.37%-
HSV(B)167.89º68.12%62.75%-
XYZ18.5227.6828.41-
YUV124.9135.3975.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.61%
GREEN value IS 160 (62.89% from 255) = 45.85%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=14.61%
G=45.85%
B=39.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal511601380.6800.140.37167.8951.6641.37
Hex33A08A440E25a83429
Octal63240212104016452506451
Binary110011101000001000101010001000111010010110101000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A08A; }

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

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

<style>
 a { background-color: #33A08A; }

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

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

<style>
 span { border-color: #33A08A; }

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

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