#30A288

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

Shades of Gossamer #30A288

Tints of Gossamer #30A288

Color information

#30A288 (or 0x30A288) is unknown color: approx Gossamer. HEX triplet: 30, A2 and 88. RGB value is (48,162,136). Sum of RGB (Red+Green+Blue) = 48+162+136=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #30A288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A288 is #CF5D77. Grayscale: #7C7C7C. Windows color (decimal): -13589880 or 8954416. OLE color: 8954416.

HSL color Cylindrical-coordinate representation of color #30A288: hue angle of 166.32º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A288 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB48162136-
CMYK0.7000.160.36
HSL166.32º54.29%41.18%-
HSV(B)166.32º70.37%63.53%-
XYZ18.5828.2527.77-
YUV124.95134.2373.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.87%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=13.87%
G=46.82%
B=39.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal481621360.7000.160.36166.3254.2941.18
Hex30A2884601024a63629
Octal60242210106020442466651
Binary1100001010001010001000100011001000010010010100110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30A288; }

 p { color: rgb(48,162,136); }

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

<style>
 a { background-color: #30A288; }

 a { background-color: rgb(48,162,136); }

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

<style>
 span { border-color: #30A288; }

 span { border-color: rgb(48,162,136); }

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