#308E7C

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

Shades of Gossamer #308E7C

Tints of Gossamer #308E7C

Color information

#308E7C (or 0x308E7C) is unknown color: approx Gossamer. HEX triplet: 30, 8E and 7C. RGB value is (48,142,124). Sum of RGB (Red+Green+Blue) = 48+142+124=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #308E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E7C is #CF7183. Grayscale: #6F6F6F. Windows color (decimal): -13595012 or 8162864. OLE color: 8162864.

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

Color convert

RGB48142124-
CMYK0.6600.130.44
HSL168.51º49.47%37.25%-
HSV(B)168.51º66.2%55.69%-
XYZ14.5321.4322.44-
YUV111.84134.8682.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 142 (55.86% from 255) = 45.22%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=15.29%
G=45.22%
B=39.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481421240.6600.130.44168.5149.4737.25
Hex308E7C420D2Ca93125
Octal60216174102015542516145
Binary11000010001110111110010000100110110110010101001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,142,124); }

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

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

 a { background-color: rgb(48,142,124); }

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

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

 span { border-color: rgb(48,142,124); }

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