Html Css Color HEX #54ADBA Viking

📋 copy color: '#54ADBA'

red 84 ◦ green 173 ◦ blue 186

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

Shades of Viking #54ADBA

Tints of Viking #54ADBA

RGB

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

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

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

R = 18.96%
G = 39.05%
B = 41.99%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#54ADBA (or 0x54ADBA) is known color: Viking. HEX triplet: 54, AD and BA. RGB value is (84,173,186). Sum of RGB (Red+Green+Blue) = 84+173+186=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #54ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADBA is #AB5245. Grayscale: #939393. Windows color (decimal): -11227718 or 12234068. OLE color: 12234068.

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

Color convert

RGB 84 173 186 -
CMYK 0.55 0.07 0 0.27
HSL 187.65º 0.43% 0.53% -
HSV(B) 187.65º 0.55% 0.73% -
XYZ 27.46 35.32 51.82 -
YUV 147.87 149.51 82.44 -
System Red Green Blue C M Y K H S L
Decimal 84 173 186 0.55 0.07 0 0.27 187.65 0.43 0.53
Hex 54 AD BA 37 7 0 1B BC 2A 35
Octal 124 255 272 67 7 0 33 274 52 65
Binary 1010100 10101101 10111010 110111 111 0 11011 10111100 101010 110101

Color Harmonies of #54ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADBA

Black with #54ADBA

Text Example


Text Example

White with #54ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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