#38AC87

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

Shades of Gossamer #38AC87

Tints of Gossamer #38AC87

Color information

#38AC87 (or 0x38AC87) is unknown color: approx Gossamer. HEX triplet: 38, AC and 87. RGB value is (56,172,135). Sum of RGB (Red+Green+Blue) = 56+172+135=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AC87 is #C75378. Grayscale: #858585. Windows color (decimal): -13063033 or 8891448. OLE color: 8891448.

HSL color Cylindrical-coordinate representation of color #38AC87: hue angle of 160.86º 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 #38AC87 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB56172135-
CMYK0.6700.220.33
HSL160.86º50.88%44.71%-
HSV(B)160.86º67.44%67.45%-
XYZ20.7632.128.02-
YUV133.1129.0773.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.43%
GREEN value IS 172 (67.58% from 255) = 47.38%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=15.43%
G=47.38%
B=37.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561721350.6700.220.33160.8650.8844.71
Hex38AC874301621a1332d
Octal70254207103026412416355
Binary1110001010110010000111100001101011010000110100001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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