#308F83

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

Shades of Gossamer #308F83

Tints of Gossamer #308F83

Color information

#308F83 (or 0x308F83) is unknown color: approx Gossamer. HEX triplet: 30, 8F and 83. RGB value is (48,143,131). Sum of RGB (Red+Green+Blue) = 48+143+131=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #308F83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308F83 is #CF707C. Grayscale: #717171. Windows color (decimal): -13594749 or 8621872. OLE color: 8621872.

HSL color Cylindrical-coordinate representation of color #308F83: hue angle of 172.42º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F83 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB48143131-
CMYK0.6600.080.44
HSL172.42º49.74%37.45%-
HSV(B)172.42º66.43%56.08%-
XYZ15.1421.9124.9-
YUV113.23138.0381.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.91%
GREEN value IS 143 (56.25% from 255) = 44.41%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=14.91%
G=44.41%
B=40.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481431310.6600.080.44172.4249.7437.45
Hex308F8342082Cac3225
Octal60217203102010542546245
Binary110000100011111000001110000100100010110010101100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308F83; }

 p { color: rgb(48,143,131); }

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

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

 a { background-color: rgb(48,143,131); }

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

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

 span { border-color: rgb(48,143,131); }

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