#38AA80

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

Shades of Gossamer #38AA80

Tints of Gossamer #38AA80

Color information

#38AA80 (or 0x38AA80) is unknown color: approx Gossamer. HEX triplet: 38, AA and 80. RGB value is (56,170,128). Sum of RGB (Red+Green+Blue) = 56+170+128=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA80 is #C7557F. Grayscale: #838383. Windows color (decimal): -13063552 or 8432184. OLE color: 8432184.

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

Color convert

RGB56170128-
CMYK0.6700.250.33
HSL157.89º50.44%44.31%-
HSV(B)157.89º67.06%66.67%-
XYZ19.931.1525.39-
YUV131.13126.2374.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 170 (66.80% from 255) = 48.02%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=15.82%
G=48.02%
B=36.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561701280.6700.250.33157.8950.4444.31
Hex38AA8043019219e322c
Octal70252200103031412366254
Binary1110001010101010000000100001101100110000110011110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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