#38A38D

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

Shades of Gossamer #38A38D

Tints of Gossamer #38A38D

Color information

#38A38D (or 0x38A38D) is unknown color: approx Gossamer. HEX triplet: 38, A3 and 8D. RGB value is (56,163,141). Sum of RGB (Red+Green+Blue) = 56+163+141=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #38A38D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A38D is #C75C72. Grayscale: #808080. Windows color (decimal): -13065331 or 9282360. OLE color: 9282360.

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

Color convert

RGB56163141-
CMYK0.6600.130.36
HSL167.66º48.86%42.94%-
HSV(B)167.66º65.64%63.92%-
XYZ19.5428.9629.76-
YUV128.5135.0576.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.56%
GREEN value IS 163 (64.06% from 255) = 45.28%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=15.56%
G=45.28%
B=39.17%

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
Decimal561631410.6600.130.36167.6648.8642.94
Hex38A38D420D24a8312b
Octal70243215102015442506153
Binary111000101000111000110110000100110110010010101000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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