#38A38A

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

Shades of Gossamer #38A38A

Tints of Gossamer #38A38A

Color information

#38A38A (or 0x38A38A) is unknown color: approx Gossamer. HEX triplet: 38, A3 and 8A. RGB value is (56,163,138). Sum of RGB (Red+Green+Blue) = 56+163+138=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 163 - color contains mainly: green. Hex color #38A38A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A38A is #C75C75. Grayscale: #808080. Windows color (decimal): -13065334 or 9085752. OLE color: 9085752.

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

Color convert

RGB56163138-
CMYK0.6600.150.36
HSL165.98º48.86%42.94%-
HSV(B)165.98º65.64%63.92%-
XYZ19.3228.8728.6-
YUV128.16133.5576.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.69%
GREEN value IS 163 (64.06% from 255) = 45.66%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=15.69%
G=45.66%
B=38.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561631380.6600.150.36165.9848.8642.94
Hex38A38A420F24a6312b
Octal70243212102017442466153
Binary111000101000111000101010000100111110010010100110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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