#30987E

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

Shades of Gossamer #30987E

Tints of Gossamer #30987E

Color information

#30987E (or 0x30987E) is unknown color: approx Gossamer. HEX triplet: 30, 98 and 7E. RGB value is (48,152,126). Sum of RGB (Red+Green+Blue) = 48+152+126=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #30987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30987E is #CF6781. Grayscale: #757575. Windows color (decimal): -13592450 or 8296496. OLE color: 8296496.

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

Color convert

RGB48152126-
CMYK0.6800.170.40
HSL165º52%39.22%-
HSV(B)165º68.42%59.61%-
XYZ16.2124.5923.63-
YUV117.94132.5478.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.72%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=14.72%
G=46.63%
B=38.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481521260.6800.170.401655239.22
Hex30987E4401128a53427
Octal60230176104021502456447
Binary110000100110001111110100010001000110100010100101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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