#308E7B

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

Shades of Gossamer #308E7B

Tints of Gossamer #308E7B

Color information

#308E7B (or 0x308E7B) is unknown color: approx Gossamer. HEX triplet: 30, 8E and 7B. RGB value is (48,142,123). Sum of RGB (Red+Green+Blue) = 48+142+123=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #308E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E7B is #CF7184. Grayscale: #6F6F6F. Windows color (decimal): -13595013 or 8097328. OLE color: 8097328.

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

Color convert

RGB48142123-
CMYK0.6600.130.44
HSL167.87º49.47%37.25%-
HSV(B)167.87º66.2%55.69%-
XYZ14.4721.422.11-
YUV111.73134.3682.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 142 (55.86% from 255) = 45.37%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=15.34%
G=45.37%
B=39.30%

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
Decimal481421230.6600.130.44167.8749.4737.25
Hex308E7B420D2Ca83125
Octal60216173102015542506145
Binary11000010001110111101110000100110110110010101000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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