#38A28D

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

Shades of Gossamer #38A28D

Tints of Gossamer #38A28D

Color information

#38A28D (or 0x38A28D) is unknown color: approx Gossamer. HEX triplet: 38, A2 and 8D. RGB value is (56,162,141). Sum of RGB (Red+Green+Blue) = 56+162+141=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #38A28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A28D is #C75D72. Grayscale: #7F7F7F. Windows color (decimal): -13065587 or 9282104. OLE color: 9282104.

HSL color Cylindrical-coordinate representation of color #38A28D: hue angle of 168.11º 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 #38A28D is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB56162141-
CMYK0.6500.130.36
HSL168.11º48.62%42.75%-
HSV(B)168.11º65.43%63.53%-
XYZ19.3628.629.7-
YUV127.91135.3876.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=15.60%
G=45.13%
B=39.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561621410.6500.130.36168.1148.6242.75
Hex38A28D410D24a8312b
Octal70242215101015442506153
Binary111000101000101000110110000010110110010010101000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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