#309981

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

Shades of Gossamer #309981

Tints of Gossamer #309981

Color information

#309981 (or 0x309981) is unknown color: approx Gossamer. HEX triplet: 30, 99 and 81. RGB value is (48,153,129). Sum of RGB (Red+Green+Blue) = 48+153+129=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #309981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309981 is #CF667E. Grayscale: #767676. Windows color (decimal): -13592191 or 8493360. OLE color: 8493360.

HSL color Cylindrical-coordinate representation of color #309981: hue angle of 166.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309981 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB48153129-
CMYK0.6900.160.4
HSL166.29º52.24%39.41%-
HSV(B)166.29º68.63%60%-
XYZ16.572524.72-
YUV118.87133.7177.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.55%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=14.55%
G=46.36%
B=39.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481531290.6900.160.4166.2952.2439.41
Hex3099814501028a63427
Octal60231201105020502466447
Binary1100001001100110000001100010101000010100010100110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309981; }

 p { color: rgb(48,153,129); }

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

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

 a { background-color: rgb(48,153,129); }

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

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

 span { border-color: rgb(48,153,129); }

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