#3ABABE

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

Shades of Viking #3ABABE

Tints of Viking #3ABABE

Color information

#3ABABE (or 0x3ABABE) is unknown color: approx Viking. HEX triplet: 3A, BA and BE. RGB value is (58,186,190). Sum of RGB (Red+Green+Blue) = 58+186+190=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #3ABABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABABE is #C54541. Grayscale: #949494. Windows color (decimal): -12928322 or 12499514. OLE color: 12499514.

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

Color convert

RGB58186190-
CMYK0.690.0200.25
HSL181.82º53.23%48.63%-
HSV(B)181.82º69.47%74.51%-
XYZ28.639.7454.88-
YUV148.18151.5963.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.36%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=13.36%
G=42.86%
B=43.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581861900.690.0200.25181.8253.2348.63
Hex3ABABE452019b63531
Octal7227227610520312666561
Binary111010101110101011111010001011001100110110110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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