#38A289

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

Shades of Gossamer #38A289

Tints of Gossamer #38A289

Color information

#38A289 (or 0x38A289) is unknown color: approx Gossamer. HEX triplet: 38, A2 and 89. RGB value is (56,162,137). Sum of RGB (Red+Green+Blue) = 56+162+137=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #38A289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A289 is #C75D76. Grayscale: #7F7F7F. Windows color (decimal): -13065591 or 9019960. OLE color: 9019960.

HSL color Cylindrical-coordinate representation of color #38A289: hue angle of 165.85º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A289 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB56162137-
CMYK0.6500.150.36
HSL165.85º48.62%42.75%-
HSV(B)165.85º65.43%63.53%-
XYZ19.0728.4928.16-
YUV127.46133.3877.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.77%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 137 (53.91% from 255) = 38.59%
R=15.77%
G=45.63%
B=38.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561621370.6500.150.36165.8548.6242.75
Hex38A289410F24a6312b
Octal70242211101017442466153
Binary111000101000101000100110000010111110010010100110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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