#3AB1B6

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

Shades of Viking #3AB1B6

Tints of Viking #3AB1B6

Color information

#3AB1B6 (or 0x3AB1B6) is unknown color: approx Viking. HEX triplet: 3A, B1 and B6. RGB value is (58,177,182). Sum of RGB (Red+Green+Blue) = 58+177+182=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #3AB1B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AB1B6 is #C54E49. Grayscale: #8D8D8D. Windows color (decimal): -12930634 or 11972922. OLE color: 11972922.

HSL color Cylindrical-coordinate representation of color #3AB1B6: hue angle of 182.42º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB1B6 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB58177182-
CMYK0.680.0300.29
HSL182.42º51.67%47.06%-
HSV(B)182.42º68.13%71.37%-
XYZ25.9135.7249.79-
YUV141.99150.5868.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.91%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=13.91%
G=42.45%
B=43.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal581771820.680.0300.29182.4251.6747.06
Hex3AB1B644301Db6342f
Octal7226126610430352666457
Binary111010101100011011011010001001101110110110110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,177,182); }

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

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

 a { background-color: rgb(58,177,182); }

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

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

 span { border-color: rgb(58,177,182); }

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