#38AC89

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

Shades of Gossamer #38AC89

Tints of Gossamer #38AC89

Color information

#38AC89 (or 0x38AC89) is unknown color: approx Gossamer. HEX triplet: 38, AC and 89. RGB value is (56,172,137). Sum of RGB (Red+Green+Blue) = 56+172+137=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AC89 is #C75376. Grayscale: #858585. Windows color (decimal): -13063031 or 9022520. OLE color: 9022520.

HSL color Cylindrical-coordinate representation of color #38AC89: hue angle of 161.9º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AC89 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB56172137-
CMYK0.6700.200.33
HSL161.9º50.88%44.71%-
HSV(B)161.9º67.44%67.45%-
XYZ20.932.1528.77-
YUV133.33130.0772.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 172 (67.58% from 255) = 47.12%
BLUE value IS 137 (53.91% from 255) = 37.53%
R=15.34%
G=47.12%
B=37.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561721370.6700.200.33161.950.8844.71
Hex38AC894301421a2332d
Octal70254211103024412426355
Binary1110001010110010001001100001101010010000110100010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,172,137); }

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

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

 a { background-color: rgb(56,172,137); }

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

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

 span { border-color: rgb(56,172,137); }

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