#30987B

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

Shades of Gossamer #30987B

Tints of Gossamer #30987B

Color information

#30987B (or 0x30987B) is unknown color: approx Gossamer. HEX triplet: 30, 98 and 7B. RGB value is (48,152,123). Sum of RGB (Red+Green+Blue) = 48+152+123=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #30987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30987B is #CF6784. Grayscale: #757575. Windows color (decimal): -13592453 or 8099888. OLE color: 8099888.

HSL color Cylindrical-coordinate representation of color #30987B: hue angle of 163.27º 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 #30987B is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB48152123-
CMYK0.6800.190.40
HSL163.27º52%39.22%-
HSV(B)163.27º68.42%59.61%-
XYZ16.0224.5122.63-
YUV117.6131.0478.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=14.86%
G=47.06%
B=38.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481521230.6800.190.40163.275239.22
Hex30987B4401328a33427
Octal60230173104023502436447
Binary110000100110001111011100010001001110100010100011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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