#38A67E

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

Shades of Gossamer #38A67E

Tints of Gossamer #38A67E

Color information

#38A67E (or 0x38A67E) is unknown color: approx Gossamer. HEX triplet: 38, A6 and 7E. RGB value is (56,166,126). Sum of RGB (Red+Green+Blue) = 56+166+126=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 166 - color contains mainly: green. Hex color #38A67E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A67E is #C75981. Grayscale: #808080. Windows color (decimal): -13064578 or 8300088. OLE color: 8300088.

HSL color Cylindrical-coordinate representation of color #38A67E: hue angle of 158.18º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A67E is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB56166126-
CMYK0.6600.240.35
HSL158.18º49.55%43.53%-
HSV(B)158.18º66.27%65.1%-
XYZ19.0329.6224.45-
YUV128.55126.5676.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 166 (65.23% from 255) = 47.70%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=16.09%
G=47.70%
B=36.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561661260.6600.240.35158.1849.5543.53
Hex38A67E42018239e322c
Octal70246176102030432366254
Binary111000101001101111110100001001100010001110011110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,166,126); }

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

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

 a { background-color: rgb(56,166,126); }

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

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

 span { border-color: rgb(56,166,126); }

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