#38A38E

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

Shades of Gossamer #38A38E

Tints of Gossamer #38A38E

Color information

#38A38E (or 0x38A38E) is unknown color: approx Gossamer. HEX triplet: 38, A3 and 8E. RGB value is (56,163,142). Sum of RGB (Red+Green+Blue) = 56+163+142=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 163 - color contains mainly: green. Hex color #38A38E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A38E is #C75C71. Grayscale: #808080. Windows color (decimal): -13065330 or 9347896. OLE color: 9347896.

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

Color convert

RGB56163142-
CMYK0.6600.130.36
HSL168.22º48.86%42.94%-
HSV(B)168.22º65.64%63.92%-
XYZ19.6128.9930.15-
YUV128.61135.5576.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.51%
GREEN value IS 163 (64.06% from 255) = 45.15%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=15.51%
G=45.15%
B=39.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561631420.6600.130.36168.2248.8642.94
Hex38A38E420D24a8312b
Octal70243216102015442506153
Binary111000101000111000111010000100110110010010101000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,163,142); }

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

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

 a { background-color: rgb(56,163,142); }

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

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

 span { border-color: rgb(56,163,142); }

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