#369E93

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

Shades of Gossamer #369E93

Tints of Gossamer #369E93

Color information

#369E93 (or 0x369E93) is unknown color: approx Gossamer. HEX triplet: 36, 9E and 93. RGB value is (54,158,147). Sum of RGB (Red+Green+Blue) = 54+158+147=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #369E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369E93 is #C9616C. Grayscale: #7D7D7D. Windows color (decimal): -13197677 or 9674294. OLE color: 9674294.

HSL color Cylindrical-coordinate representation of color #369E93: hue angle of 173.65º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E93 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB54158147-
CMYK0.6600.070.38
HSL173.65º49.06%41.57%-
HSV(B)173.65º65.82%61.96%-
XYZ19.0127.3431.88-
YUV125.65140.0476.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.04%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 147 (57.81% from 255) = 40.95%
R=15.04%
G=44.01%
B=40.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541581470.6600.070.38173.6549.0641.57
Hex369E93420726ae312a
Octal6623622310207462566152
Binary11011010011110100100111000010011110011010101110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369E93; }

 p { color: rgb(54,158,147); }

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

<style>
 a { background-color: #369E93; }

 a { background-color: rgb(54,158,147); }

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

<style>
 span { border-color: #369E93; }

 span { border-color: rgb(54,158,147); }

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