#38A98E

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

Shades of Gossamer #38A98E

Tints of Gossamer #38A98E

Color information

#38A98E (or 0x38A98E) is unknown color: approx Gossamer. HEX triplet: 38, A9 and 8E. RGB value is (56,169,142). Sum of RGB (Red+Green+Blue) = 56+169+142=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 169 - color contains mainly: green. Hex color #38A98E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A98E is #C75671. Grayscale: #848484. Windows color (decimal): -13063794 or 9349432. OLE color: 9349432.

HSL color Cylindrical-coordinate representation of color #38A98E: hue angle of 165.66º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A98E is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB56169142-
CMYK0.6700.160.34
HSL165.66º50.22%44.12%-
HSV(B)165.66º66.86%66.27%-
XYZ20.731.1730.52-
YUV132.14133.5673.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 169 (66.41% from 255) = 46.05%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=15.26%
G=46.05%
B=38.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal561691420.6700.160.34165.6650.2244.12
Hex38A98E4301022a6322c
Octal70251216103020422466254
Binary1110001010100110001110100001101000010001010100110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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