#38A18D

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

Shades of Gossamer #38A18D

Tints of Gossamer #38A18D

Color information

#38A18D (or 0x38A18D) is unknown color: approx Gossamer. HEX triplet: 38, A1 and 8D. RGB value is (56,161,141). Sum of RGB (Red+Green+Blue) = 56+161+141=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #38A18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A18D is #C75E72. Grayscale: #7F7F7F. Windows color (decimal): -13065843 or 9281848. OLE color: 9281848.

HSL color Cylindrical-coordinate representation of color #38A18D: hue angle of 168.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A18D is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB56161141-
CMYK0.6500.120.37
HSL168.57º48.39%42.55%-
HSV(B)168.57º65.22%63.14%-
XYZ19.1828.2529.64-
YUV127.32135.7177.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.64%
GREEN value IS 161 (63.28% from 255) = 44.97%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=15.64%
G=44.97%
B=39.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal561611410.6500.120.37168.5748.3942.55
Hex38A18D410C25a9302b
Octal70241215101014452516053
Binary111000101000011000110110000010110010010110101001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A18D; }

 p { color: rgb(56,161,141); }

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

<style>
 a { background-color: #38A18D; }

 a { background-color: rgb(56,161,141); }

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

<style>
 span { border-color: #38A18D; }

 span { border-color: rgb(56,161,141); }

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