#3AB6BC

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

Shades of Viking #3AB6BC

Tints of Viking #3AB6BC

Color information

#3AB6BC (or 0x3AB6BC) is unknown color: approx Viking. HEX triplet: 3A, B6 and BC. RGB value is (58,182,188). Sum of RGB (Red+Green+Blue) = 58+182+188=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #3AB6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB6BC is #C54943. Grayscale: #919191. Windows color (decimal): -12929348 or 12367418. OLE color: 12367418.

HSL color Cylindrical-coordinate representation of color #3AB6BC: hue angle of 182.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB6BC is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB58182188-
CMYK0.690.0300.26
HSL182.77º52.85%48.24%-
HSV(B)182.77º69.15%73.73%-
XYZ27.5537.9953.46-
YUV145.61151.9265.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.55%
GREEN value IS 182 (71.48% from 255) = 42.52%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=13.55%
G=42.52%
B=43.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal581821880.690.0300.26182.7752.8548.24
Hex3AB6BC45301Ab73530
Octal7226627410530322676560
Binary111010101101101011110010001011101101010110111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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