#38AA89

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

Shades of Gossamer #38AA89

Tints of Gossamer #38AA89

Color information

#38AA89 (or 0x38AA89) is unknown color: approx Gossamer. HEX triplet: 38, AA and 89. RGB value is (56,170,137). Sum of RGB (Red+Green+Blue) = 56+170+137=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA89 is #C75576. Grayscale: #848484. Windows color (decimal): -13063543 or 9022008. OLE color: 9022008.

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

Color convert

RGB56170137-
CMYK0.6700.190.33
HSL162.63º50.44%44.31%-
HSV(B)162.63º67.06%66.67%-
XYZ20.5231.428.65-
YUV132.15130.7373.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.43%
GREEN value IS 170 (66.80% from 255) = 46.83%
BLUE value IS 137 (53.91% from 255) = 37.74%
R=15.43%
G=46.83%
B=37.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561701370.6700.190.33162.6350.4444.31
Hex38AA894301321a3322c
Octal70252211103023412436254
Binary1110001010101010001001100001101001110000110100011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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