#59C1C4

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

Shades of Viking #59C1C4

Tints of Viking #59C1C4

Color information

#59C1C4 (or 0x59C1C4) is unknown color: approx Viking. HEX triplet: 59, C1 and C4. RGB value is (89,193,196). Sum of RGB (Red+Green+Blue) = 89+193+196=478 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.62% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #59C1C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C1C4 is #A63E3B. Grayscale: #A2A2A2. Windows color (decimal): -10894908 or 12894553. OLE color: 12894553.

HSL color Cylindrical-coordinate representation of color #59C1C4: hue angle of 181.68º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C1C4 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB89193196-
CMYK0.550.0200.23
HSL181.68º47.56%55.88%-
HSV(B)181.68º54.59%76.86%-
XYZ33.1544.2559.02-
YUV162.25147.0475.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.62%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 196 (76.95% from 255) = 41.00%
R=18.62%
G=40.38%
B=41.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal891931960.550.0200.23181.6847.5655.88
Hex59C1C4372017b63038
Octal1313013046720272666070
Binary101100111000001110001001101111001011110110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59C1C4; }

 p { color: rgb(89,193,196); }

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

<style>
 a { background-color: #59C1C4; }

 a { background-color: rgb(89,193,196); }

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

<style>
 span { border-color: #59C1C4; }

 span { border-color: rgb(89,193,196); }

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