Html Css Color HEX #52ADBA Viking

📋 copy color: '#52ADBA'

red 82 ◦ green 173 ◦ blue 186

#52ADBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #52ADBA

Tints of Viking #52ADBA

RGB

 RED value IS 82 (32.42% from 255) = 18.59%

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 18.59%
G = 39.23%
B = 42.18%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#52ADBA (or 0x52ADBA) is known color: Viking. HEX triplet: 52, AD and BA. RGB value is (82,173,186). Sum of RGB (Red+Green+Blue) = 82+173+186=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #52ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADBA is #AD5245. Grayscale: #939393. Windows color (decimal): -11358790 or 12234066. OLE color: 12234066.

HSL color Cylindrical-coordinate representation of color #52ADBA: hue angle of 187.5º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52ADBA is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 173 186 -
CMYK 0.56 0.07 0 0.27
HSL 187.5º 0.43% 0.53% -
HSV(B) 187.5º 0.56% 0.73% -
XYZ 27.29 35.23 51.82 -
YUV 147.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 82 173 186 0.56 0.07 0 0.27 187.5 0.43 0.53
Hex 52 AD BA 38 7 0 1B BC 2B 35
Octal 122 255 272 70 7 0 33 274 53 65
Binary 1010010 10101101 10111010 111000 111 0 11011 10111100 101011 110101

Color Harmonies of #52ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ADBA

Black with #52ADBA

Text Example


Text Example

White with #52ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,173,186); }

 H1.HeaderClassName
 {
   color: #52ADBA;
 }
 .AnyTagClassName
 {
   color: #52ADBA;
 }
</style>

background-color css

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

 a { background-color: rgb(82,173,186); }

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

border-color css

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

 span { border-color: rgb(82,173,186); }

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