#3AA798

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

Shades of Gossamer #3AA798

Tints of Gossamer #3AA798

Color information

#3AA798 (or 0x3AA798) is unknown color: approx Gossamer. HEX triplet: 3A, A7 and 98. RGB value is (58,167,152). Sum of RGB (Red+Green+Blue) = 58+167+152=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #3AA798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA798 is #C55867. Grayscale: #848484. Windows color (decimal): -12933224 or 10004282. OLE color: 10004282.

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

Color convert

RGB58167152-
CMYK0.6500.090.35
HSL171.74º48.44%44.12%-
HSV(B)171.74º65.27%65.49%-
XYZ21.2330.834.53-
YUV132.7138.8974.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.38%
GREEN value IS 167 (65.62% from 255) = 44.30%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=15.38%
G=44.30%
B=40.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581671520.6500.090.35171.7448.4444.12
Hex3AA798410923ac302c
Octal72247230101011432546054
Binary111010101001111001100010000010100110001110101100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AA798; }

 p { color: rgb(58,167,152); }

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

<style>
 a { background-color: #3AA798; }

 a { background-color: rgb(58,167,152); }

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

<style>
 span { border-color: #3AA798; }

 span { border-color: rgb(58,167,152); }

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