#38A192

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

Shades of Gossamer #38A192

Tints of Gossamer #38A192

Color information

#38A192 (or 0x38A192) is unknown color: approx Gossamer. HEX triplet: 38, A1 and 92. RGB value is (56,161,146). Sum of RGB (Red+Green+Blue) = 56+161+146=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #38A192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A192 is #C75E6D. Grayscale: #7F7F7F. Windows color (decimal): -13065838 or 9609528. OLE color: 9609528.

HSL color Cylindrical-coordinate representation of color #38A192: hue angle of 171.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A192 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB56161146-
CMYK0.6500.090.37
HSL171.43º48.39%42.55%-
HSV(B)171.43º65.22%63.14%-
XYZ19.5628.4131.65-
YUV127.9138.2176.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.43%
GREEN value IS 161 (63.28% from 255) = 44.35%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=15.43%
G=44.35%
B=40.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal561611460.6500.090.37171.4348.3942.55
Hex38A192410925ab302b
Octal70241222101011452536053
Binary111000101000011001001010000010100110010110101011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,161,146); }

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

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

 a { background-color: rgb(56,161,146); }

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

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

 span { border-color: rgb(56,161,146); }

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