#308F7E

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

Shades of Gossamer #308F7E

Tints of Gossamer #308F7E

Color information

#308F7E (or 0x308F7E) is unknown color: approx Gossamer. HEX triplet: 30, 8F and 7E. RGB value is (48,143,126). Sum of RGB (Red+Green+Blue) = 48+143+126=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #308F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F7E is #CF7081. Grayscale: #707070. Windows color (decimal): -13594754 or 8294192. OLE color: 8294192.

HSL color Cylindrical-coordinate representation of color #308F7E: hue angle of 169.26º 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 #308F7E is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB48143126-
CMYK0.6600.120.44
HSL169.26º49.74%37.45%-
HSV(B)169.26º66.43%56.08%-
XYZ14.8121.7823.16-
YUV112.66135.5381.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 143 (56.25% from 255) = 45.11%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=15.14%
G=45.11%
B=39.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481431260.6600.120.44169.2649.7437.45
Hex308F7E420C2Ca93225
Octal60217176102014542516245
Binary11000010001111111111010000100110010110010101001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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