#38A697

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

Shades of Gossamer #38A697

Tints of Gossamer #38A697

Color information

#38A697 (or 0x38A697) is unknown color: approx Gossamer. HEX triplet: 38, A6 and 97. RGB value is (56,166,151). Sum of RGB (Red+Green+Blue) = 56+166+151=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #38A697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A697 is #C75968. Grayscale: #838383. Windows color (decimal): -13064553 or 9938488. OLE color: 9938488.

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

Color convert

RGB56166151-
CMYK0.6600.090.35
HSL171.82º49.55%43.53%-
HSV(B)171.82º66.27%65.1%-
XYZ20.8530.3534.04-
YUV131.4139.0674.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.01%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 151 (59.38% from 255) = 40.48%
R=15.01%
G=44.50%
B=40.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561661510.6600.090.35171.8249.5543.53
Hex38A697420923ac322c
Octal70246227102011432546254
Binary111000101001101001011110000100100110001110101100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,166,151); }

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

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

 a { background-color: rgb(56,166,151); }

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

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

 span { border-color: rgb(56,166,151); }

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