#3BAA8A

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

Shades of Gossamer #3BAA8A

Tints of Gossamer #3BAA8A

Color information

#3BAA8A (or 0x3BAA8A) is unknown color: approx Gossamer. HEX triplet: 3B, AA and 8A. RGB value is (59,170,138). Sum of RGB (Red+Green+Blue) = 59+170+138=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAA8A is #C45575. Grayscale: #858585. Windows color (decimal): -12866934 or 9087547. OLE color: 9087547.

HSL color Cylindrical-coordinate representation of color #3BAA8A: hue angle of 162.7º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAA8A is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB59170138-
CMYK0.6500.190.33
HSL162.7º48.47%44.9%-
HSV(B)162.7º65.29%66.67%-
XYZ20.7731.5129.03-
YUV133.16130.7375.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.08%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=16.08%
G=46.32%
B=37.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591701380.6500.190.33162.748.4744.9
Hex3BAA8A4101321a3302d
Octal73252212101023412436055
Binary1110111010101010001010100000101001110000110100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,170,138); }

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

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

 a { background-color: rgb(59,170,138); }

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

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

 span { border-color: rgb(59,170,138); }

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