#52C0C9

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

Shades of Viking #52C0C9

Tints of Viking #52C0C9

Color information

#52C0C9 (or 0x52C0C9) is unknown color: approx Viking. HEX triplet: 52, C0 and C9. RGB value is (82,192,201). Sum of RGB (Red+Green+Blue) = 82+192+201=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #52C0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C0C9 is #AD3F36. Grayscale: #9F9F9F. Windows color (decimal): -11353911 or 13221970. OLE color: 13221970.

HSL color Cylindrical-coordinate representation of color #52C0C9: hue angle of 184.54º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C0C9 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82192201-
CMYK0.590.0400.21
HSL184.54º52.42%55.49%-
HSV(B)184.54º59.2%78.82%-
XYZ32.8743.7161.96-
YUV160.14151.0672.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.26%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=17.26%
G=40.42%
B=42.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821922010.590.0400.21184.5452.4255.49
Hex52C0C93B4015b93437
Octal1223003117340252716467
Binary1010010110000001100100111101110001010110111001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52C0C9; }

 p { color: rgb(82,192,201); }

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

<style>
 a { background-color: #52C0C9; }

 a { background-color: rgb(82,192,201); }

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

<style>
 span { border-color: #52C0C9; }

 span { border-color: rgb(82,192,201); }

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