#58C0C3

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

Shades of Viking #58C0C3

Tints of Viking #58C0C3

Color information

#58C0C3 (or 0x58C0C3) is unknown color: approx Viking. HEX triplet: 58, C0 and C3. RGB value is (88,192,195). Sum of RGB (Red+Green+Blue) = 88+192+195=475 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.53% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 195 - color contains mainly: blue. Hex color #58C0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C0C3 is #A73F3C. Grayscale: #A1A1A1. Windows color (decimal): -10960701 or 12828760. OLE color: 12828760.

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

Color convert

RGB88192195-
CMYK0.550.0200.24
HSL181.68º47.14%55.49%-
HSV(B)181.68º54.87%76.47%-
XYZ32.7243.7158.34-
YUV161.25147.0475.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.53%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=18.53%
G=40.42%
B=41.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881921950.550.0200.24181.6847.1455.49
Hex58C0C3372018b62f37
Octal1303003036720302665767
Binary101100011000000110000111101111001100010110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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