Html Css Color HEX #54ADC0 Viking

📋 copy color: '#54ADC0'

red 84 ◦ green 173 ◦ blue 192

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

Shades of Viking #54ADC0

Tints of Viking #54ADC0

RGB

 RED value IS 84 (33.2% from 255) = 18.71%

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

 BLUE value IS 192 (75.39% from 255) = 42.76%

R = 18.71%
G = 38.53%
B = 42.76%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#54ADC0 (or 0x54ADC0) is known color: Viking. HEX triplet: 54, AD and C0. RGB value is (84,173,192). Sum of RGB (Red+Green+Blue) = 84+173+192=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #54ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADC0 is #AB523F. Grayscale: #949494. Windows color (decimal): -11227712 or 12627284. OLE color: 12627284.

HSL color Cylindrical-coordinate representation of color #54ADC0: hue angle of 190.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54ADC0 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 173 192 -
CMYK 0.56 0.10 0 0.25
HSL 190.56º 0.46% 0.54% -
HSV(B) 190.56º 0.56% 0.75% -
XYZ 28.11 35.58 55.25 -
YUV 148.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 84 173 192 0.56 0.10 0 0.25 190.56 0.46 0.54
Hex 54 AD C0 38 A 0 19 BF 2E 36
Octal 124 255 300 70 12 0 31 277 56 66
Binary 1010100 10101101 11000000 111000 1010 0 11001 10111111 101110 110110

Color Harmonies of #54ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADC0

Black with #54ADC0

Text Example


Text Example

White with #54ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54ADC0; }

 p { color: rgb(84,173,192); }

 H1.HeaderClassName
 {
   color: #54ADC0;
 }
 .AnyTagClassName
 {
   color: #54ADC0;
 }
</style>

background-color css

<style>
 a { background-color: #54ADC0; }

 a { background-color: rgb(84,173,192); }

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

border-color css

<style>
 span { border-color: #54ADC0; }

 span { border-color: rgb(84,173,192); }

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