#339F8A

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

Shades of Gossamer #339F8A

Tints of Gossamer #339F8A

Color information

#339F8A (or 0x339F8A) is unknown color: approx Gossamer. HEX triplet: 33, 9F and 8A. RGB value is (51,159,138). Sum of RGB (Red+Green+Blue) = 51+159+138=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #339F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339F8A is #CC6075. Grayscale: #7C7C7C. Windows color (decimal): -13394038 or 9084723. OLE color: 9084723.

HSL color Cylindrical-coordinate representation of color #339F8A: hue angle of 168.33º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339F8A is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB51159138-
CMYK0.6800.130.38
HSL168.33º51.43%41.18%-
HSV(B)168.33º67.92%62.35%-
XYZ18.3527.3428.35-
YUV124.31135.7275.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.66%
GREEN value IS 159 (62.5% from 255) = 45.69%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=14.66%
G=45.69%
B=39.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511591380.6800.130.38168.3351.4341.18
Hex339F8A440D26a83329
Octal63237212104015462506351
Binary110011100111111000101010001000110110011010101000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339F8A; }

 p { color: rgb(51,159,138); }

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

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

 a { background-color: rgb(51,159,138); }

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

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

 span { border-color: rgb(51,159,138); }

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