#38AA90

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

Shades of Gossamer #38AA90

Tints of Gossamer #38AA90

Color information

#38AA90 (or 0x38AA90) is unknown color: approx Gossamer. HEX triplet: 38, AA and 90. RGB value is (56,170,144). Sum of RGB (Red+Green+Blue) = 56+170+144=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA90 is #C7556F. Grayscale: #848484. Windows color (decimal): -13063536 or 9480760. OLE color: 9480760.

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

Color convert

RGB56170144-
CMYK0.6700.150.33
HSL166.32º50.44%44.31%-
HSV(B)166.32º67.06%66.67%-
XYZ21.0431.631.38-
YUV132.95134.2373.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.14%
GREEN value IS 170 (66.80% from 255) = 45.95%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=15.14%
G=45.95%
B=38.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561701440.6700.150.33166.3250.4444.31
Hex38AA90430F21a6322c
Octal70252220103017412466254
Binary111000101010101001000010000110111110000110100110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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