Html Css Color HEX #54AEBA Viking

📋 copy color: '#54AEBA'

red 84 ◦ green 174 ◦ blue 186

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

Shades of Viking #54AEBA

Tints of Viking #54AEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.19%

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

R = 18.92%
G = 39.19%
B = 41.89%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#54AEBA (or 0x54AEBA) is known color: Viking. HEX triplet: 54, AE and BA. RGB value is (84,174,186). Sum of RGB (Red+Green+Blue) = 84+174+186=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #54AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AEBA is #AB5145. Grayscale: #949494. Windows color (decimal): -11227462 or 12234324. OLE color: 12234324.

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

Color convert

RGB 84 174 186 -
CMYK 0.55 0.06 0 0.27
HSL 187.06º 0.43% 0.53% -
HSV(B) 187.06º 0.55% 0.73% -
XYZ 27.66 35.7 51.89 -
YUV 148.46 149.18 82.02 -
System Red Green Blue C M Y K H S L
Decimal 84 174 186 0.55 0.06 0 0.27 187.06 0.43 0.53
Hex 54 AE BA 37 6 0 1B BB 2A 35
Octal 124 256 272 67 6 0 33 273 52 65
Binary 1010100 10101110 10111010 110111 110 0 11011 10111011 101010 110101

Color Harmonies of #54AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AEBA

Black with #54AEBA

Text Example


Text Example

White with #54AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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