#3AB0BF

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

Shades of Viking #3AB0BF

Tints of Viking #3AB0BF

Color information

#3AB0BF (or 0x3AB0BF) is unknown color: approx Viking. HEX triplet: 3A, B0 and BF. RGB value is (58,176,191). Sum of RGB (Red+Green+Blue) = 58+176+191=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #3AB0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AB0BF is #C54F40. Grayscale: #8E8E8E. Windows color (decimal): -12930881 or 12562490. OLE color: 12562490.

HSL color Cylindrical-coordinate representation of color #3AB0BF: hue angle of 186.77º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AB0BF is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58176191-
CMYK0.700.0800.25
HSL186.77º53.41%48.82%-
HSV(B)186.77º69.63%74.9%-
XYZ26.6735.7154.78-
YUV142.43155.4167.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.65%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 191 (75% from 255) = 44.94%
R=13.65%
G=41.41%
B=44.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581761910.700.0800.25186.7753.4148.82
Hex3AB0BF468019bb3531
Octal72260277106100312736561
Binary11101010110000101111111000110100001100110111011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,176,191); }

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

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

 a { background-color: rgb(58,176,191); }

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

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

 span { border-color: rgb(58,176,191); }

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