#338E7A

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

Shades of Gossamer #338E7A

Tints of Gossamer #338E7A

Color information

#338E7A (or 0x338E7A) is unknown color: approx Gossamer. HEX triplet: 33, 8E and 7A. RGB value is (51,142,122). Sum of RGB (Red+Green+Blue) = 51+142+122=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #338E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338E7A is #CC7185. Grayscale: #707070. Windows color (decimal): -13398406 or 8031795. OLE color: 8031795.

HSL color Cylindrical-coordinate representation of color #338E7A: hue angle of 166.81º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338E7A is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB51142122-
CMYK0.6400.140.44
HSL166.81º47.15%37.84%-
HSV(B)166.81º64.08%55.69%-
XYZ14.5521.4521.79-
YUV112.51133.3584.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 122 (48.05% from 255) = 38.73%
R=16.19%
G=45.08%
B=38.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511421220.6400.140.44166.8147.1537.84
Hex338E7A400E2Ca72f26
Octal63216172100016542475746
Binary11001110001110111101010000000111010110010100111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338E7A; }

 p { color: rgb(51,142,122); }

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

<style>
 a { background-color: #338E7A; }

 a { background-color: rgb(51,142,122); }

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

<style>
 span { border-color: #338E7A; }

 span { border-color: rgb(51,142,122); }

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