#30987C

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

Shades of Gossamer #30987C

Tints of Gossamer #30987C

Color information

#30987C (or 0x30987C) is unknown color: approx Gossamer. HEX triplet: 30, 98 and 7C. RGB value is (48,152,124). Sum of RGB (Red+Green+Blue) = 48+152+124=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #30987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30987C is #CF6783. Grayscale: #757575. Windows color (decimal): -13592452 or 8165424. OLE color: 8165424.

HSL color Cylindrical-coordinate representation of color #30987C: hue angle of 163.85º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30987C is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB48152124-
CMYK0.6800.180.40
HSL163.85º52%39.22%-
HSV(B)163.85º68.42%59.61%-
XYZ16.0924.5422.96-
YUV117.71131.5478.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 152 (59.77% from 255) = 46.91%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=14.81%
G=46.91%
B=38.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481521240.6800.180.40163.855239.22
Hex30987C4401228a43427
Octal60230174104022502446447
Binary110000100110001111100100010001001010100010100100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30987C; }

 p { color: rgb(48,152,124); }

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

<style>
 a { background-color: #30987C; }

 a { background-color: rgb(48,152,124); }

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

<style>
 span { border-color: #30987C; }

 span { border-color: rgb(48,152,124); }

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