Html Css Color HEX #52ADC4 Viking

📋 copy color: '#52ADC4'

red 82 ◦ green 173 ◦ blue 196

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

Shades of Viking #52ADC4

Tints of Viking #52ADC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.46%

R = 18.18%
G = 38.36%
B = 43.46%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#52ADC4 (or 0x52ADC4) is known color: Viking. HEX triplet: 52, AD and C4. RGB value is (82,173,196). Sum of RGB (Red+Green+Blue) = 82+173+196=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #52ADC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADC4 is #AD523B. Grayscale: #949494. Windows color (decimal): -11358780 or 12889426. OLE color: 12889426.

HSL color Cylindrical-coordinate representation of color #52ADC4: hue angle of 192.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52ADC4 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 173 196 -
CMYK 0.58 0.12 0 0.23
HSL 192.11º 0.49% 0.55% -
HSV(B) 192.11º 0.58% 0.77% -
XYZ 28.39 35.67 57.61 -
YUV 148.41 154.85 80.63 -
System Red Green Blue C M Y K H S L
Decimal 82 173 196 0.58 0.12 0 0.23 192.11 0.49 0.55
Hex 52 AD C4 3A C 0 17 C0 31 37
Octal 122 255 304 72 14 0 27 300 61 67
Binary 1010010 10101101 11000100 111010 1100 0 10111 11000000 110001 110111

Color Harmonies of #52ADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ADC4

Black with #52ADC4

Text Example


Text Example

White with #52ADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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