#3AB2BE

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

Shades of Viking #3AB2BE

Tints of Viking #3AB2BE

Color information

#3AB2BE (or 0x3AB2BE) is unknown color: approx Viking. HEX triplet: 3A, B2 and BE. RGB value is (58,178,190). Sum of RGB (Red+Green+Blue) = 58+178+190=426 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.62% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #3AB2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AB2BE is #C54D41. Grayscale: #8F8F8F. Windows color (decimal): -12930370 or 12497466. OLE color: 12497466.

HSL color Cylindrical-coordinate representation of color #3AB2BE: hue angle of 185.45º 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 #3AB2BE is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58178190-
CMYK0.690.0600.25
HSL185.45º53.23%48.63%-
HSV(B)185.45º69.47%74.51%-
XYZ26.9636.4654.33-
YUV143.49154.2467.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.62%
GREEN value IS 178 (69.92% from 255) = 41.78%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=13.62%
G=41.78%
B=44.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581781900.690.0600.25185.4553.2348.63
Hex3AB2BE456019b93531
Octal7226227610560312716561
Binary1110101011001010111110100010111001100110111001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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