#38AD89

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

Shades of Gossamer #38AD89

Tints of Gossamer #38AD89

Color information

#38AD89 (or 0x38AD89) is unknown color: approx Gossamer. HEX triplet: 38, AD and 89. RGB value is (56,173,137). Sum of RGB (Red+Green+Blue) = 56+173+137=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AD89 is #C75276. Grayscale: #858585. Windows color (decimal): -13062775 or 9022776. OLE color: 9022776.

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

Color convert

RGB56173137-
CMYK0.6800.210.32
HSL161.54º51.09%44.9%-
HSV(B)161.54º67.63%67.84%-
XYZ21.0932.5328.84-
YUV133.91129.7472.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.30%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 137 (53.91% from 255) = 37.43%
R=15.30%
G=47.27%
B=37.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561731370.6800.210.32161.5451.0944.9
Hex38AD894401520a2332d
Octal70255211104025402426355
Binary1110001010110110001001100010001010110000010100010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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