#58C2CE

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

Shades of Viking #58C2CE

Tints of Viking #58C2CE

Color information

#58C2CE (or 0x58C2CE) is unknown color: approx Viking. HEX triplet: 58, C2 and CE. RGB value is (88,194,206). Sum of RGB (Red+Green+Blue) = 88+194+206=488 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.03% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #58C2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C2CE is #A73D31. Grayscale: #A3A3A3. Windows color (decimal): -10960178 or 13550168. OLE color: 13550168.

HSL color Cylindrical-coordinate representation of color #58C2CE: hue angle of 186.1º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58C2CE is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB88194206-
CMYK0.570.0600.19
HSL186.1º54.63%57.65%-
HSV(B)186.1º57.28%80.78%-
XYZ34.4645.1165.28-
YUV163.67151.8874.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.03%
GREEN value IS 194 (76.17% from 255) = 39.75%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=18.03%
G=39.75%
B=42.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal881942060.570.0600.19186.154.6357.65
Hex58C2CE396013ba373a
Octal1303023167160232726772
Binary1011000110000101100111011100111001001110111010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,194,206); }

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

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

 a { background-color: rgb(88,194,206); }

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

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

 span { border-color: rgb(88,194,206); }

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