#38AC8A

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

Shades of Gossamer #38AC8A

Tints of Gossamer #38AC8A

Color information

#38AC8A (or 0x38AC8A) is unknown color: approx Gossamer. HEX triplet: 38, AC and 8A. RGB value is (56,172,138). Sum of RGB (Red+Green+Blue) = 56+172+138=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AC8A is #C75375. Grayscale: #858585. Windows color (decimal): -13063030 or 9088056. OLE color: 9088056.

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

Color convert

RGB56172138-
CMYK0.6700.200.33
HSL162.41º50.88%44.71%-
HSV(B)162.41º67.44%67.45%-
XYZ20.9732.1829.15-
YUV133.44130.5772.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.30%
GREEN value IS 172 (67.58% from 255) = 46.99%
BLUE value IS 138 (54.30% from 255) = 37.70%
R=15.30%
G=46.99%
B=37.70%

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
Decimal561721380.6700.200.33162.4150.8844.71
Hex38AC8A4301421a2332d
Octal70254212103024412426355
Binary1110001010110010001010100001101010010000110100010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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