#52BEBC

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

Shades of Viking #52BEBC

Tints of Viking #52BEBC

Color information

#52BEBC (or 0x52BEBC) is unknown color: approx Viking. HEX triplet: 52, BE and BC. RGB value is (82,190,188). Sum of RGB (Red+Green+Blue) = 82+190+188=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #52BEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BEBC is #AD4143. Grayscale: #9D9D9D. Windows color (decimal): -11354436 or 12369490. OLE color: 12369490.

HSL color Cylindrical-coordinate representation of color #52BEBC: hue angle of 178.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BEBC is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB82190188-
CMYK0.5700.010.25
HSL178.89º45.38%53.33%-
HSV(B)178.89º56.84%74.51%-
XYZ30.9742.2554.1-
YUV157.48145.2274.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.83%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=17.83%
G=41.30%
B=40.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821901880.5700.010.25178.8945.3853.33
Hex52BEBC390119b32d35
Octal1222762747101312635565
Binary10100101011111010111100111001011100110110011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,190,188); }

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

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

 a { background-color: rgb(82,190,188); }

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

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

 span { border-color: rgb(82,190,188); }

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