#58C0C1

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

Shades of Viking #58C0C1

Tints of Viking #58C0C1

Color information

#58C0C1 (or 0x58C0C1) is unknown color: approx Viking. HEX triplet: 58, C0 and C1. RGB value is (88,192,193). Sum of RGB (Red+Green+Blue) = 88+192+193=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #58C0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C0C1 is #A73F3E. Grayscale: #A0A0A0. Windows color (decimal): -10960703 or 12697688. OLE color: 12697688.

HSL color Cylindrical-coordinate representation of color #58C0C1: hue angle of 180.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C0C1 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB88192193-
CMYK0.540.0100.24
HSL180.57º45.85%55.1%-
HSV(B)180.57º54.4%75.69%-
XYZ32.543.6257.16-
YUV161.02146.0475.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.60%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=18.60%
G=40.59%
B=40.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881921930.540.0100.24180.5745.8555.1
Hex58C0C1361018b52e37
Octal1303003016610302655667
Binary10110001100000011000001110110101100010110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58C0C1; }

 p { color: rgb(88,192,193); }

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

<style>
 a { background-color: #58C0C1; }

 a { background-color: rgb(88,192,193); }

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

<style>
 span { border-color: #58C0C1; }

 span { border-color: rgb(88,192,193); }

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