#5ABFC0

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

Shades of Viking #5ABFC0

Tints of Viking #5ABFC0

Color information

#5ABFC0 (or 0x5ABFC0) is unknown color: approx Viking. HEX triplet: 5A, BF and C0. RGB value is (90,191,192). Sum of RGB (Red+Green+Blue) = 90+191+192=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #5ABFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFC0 is #A5403F. Grayscale: #A0A0A0. Windows color (decimal): -10829888 or 12631898. OLE color: 12631898.

HSL color Cylindrical-coordinate representation of color #5ABFC0: hue angle of 180.59º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABFC0 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB90191192-
CMYK0.530.0100.25
HSL180.59º44.74%55.29%-
HSV(B)180.59º53.12%75.29%-
XYZ32.3643.2456.51-
YUV160.92145.5477.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.03%
GREEN value IS 191 (75% from 255) = 40.38%
BLUE value IS 192 (75.39% from 255) = 40.59%
R=19.03%
G=40.38%
B=40.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901911920.530.0100.25180.5944.7455.29
Hex5ABFC0351019b52d37
Octal1322773006510312655567
Binary10110101011111111000000110101101100110110101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ABFC0; }

 p { color: rgb(90,191,192); }

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

<style>
 a { background-color: #5ABFC0; }

 a { background-color: rgb(90,191,192); }

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

<style>
 span { border-color: #5ABFC0; }

 span { border-color: rgb(90,191,192); }

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