Html Css Color HEX #54ACBA Viking

📋 copy color: '#54ACBA'

red 84 ◦ green 172 ◦ blue 186

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

Shades of Viking #54ACBA

Tints of Viking #54ACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.91%

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

R = 19%
G = 38.91%
B = 42.08%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#54ACBA (or 0x54ACBA) is known color: Viking. HEX triplet: 54, AC and BA. RGB value is (84,172,186). Sum of RGB (Red+Green+Blue) = 84+172+186=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #54ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACBA is #AB5345. Grayscale: #939393. Windows color (decimal): -11227974 or 12233812. OLE color: 12233812.

HSL color Cylindrical-coordinate representation of color #54ACBA: hue angle of 188.24º 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 #54ACBA is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 172 186 -
CMYK 0.55 0.08 0 0.27
HSL 188.24º 0.43% 0.53% -
HSV(B) 188.24º 0.55% 0.73% -
XYZ 27.27 34.94 51.76 -
YUV 147.28 149.85 82.86 -
System Red Green Blue C M Y K H S L
Decimal 84 172 186 0.55 0.08 0 0.27 188.24 0.43 0.53
Hex 54 AC BA 37 8 0 1B BC 2A 35
Octal 124 254 272 67 10 0 33 274 52 65
Binary 1010100 10101100 10111010 110111 1000 0 11011 10111100 101010 110101

Color Harmonies of #54ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACBA

Black with #54ACBA

Text Example


Text Example

White with #54ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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