#3AB7BE

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

Shades of Viking #3AB7BE

Tints of Viking #3AB7BE

Color information

#3AB7BE (or 0x3AB7BE) is unknown color: approx Viking. HEX triplet: 3A, B7 and BE. RGB value is (58,183,190). Sum of RGB (Red+Green+Blue) = 58+183+190=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #3AB7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB7BE is #C54841. Grayscale: #929292. Windows color (decimal): -12929090 or 12498746. OLE color: 12498746.

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

Color convert

RGB58183190-
CMYK0.690.0400.25
HSL183.18º53.23%48.63%-
HSV(B)183.18º69.47%74.51%-
XYZ27.9738.4854.67-
YUV146.42152.5964.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.46%
GREEN value IS 183 (71.88% from 255) = 42.46%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=13.46%
G=42.46%
B=44.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581831900.690.0400.25183.1853.2348.63
Hex3AB7BE454019b73531
Octal7226727610540312676561
Binary1110101011011110111110100010110001100110110111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,183,190); }

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

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

 a { background-color: rgb(58,183,190); }

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

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

 span { border-color: rgb(58,183,190); }

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