Html Css Color HEX #54AEBB Viking

📋 copy color: '#54AEBB'

red 84 ◦ green 174 ◦ blue 187

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

Shades of Viking #54AEBB

Tints of Viking #54AEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 18.88%
G = 39.1%
B = 42.02%

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

#54AEBB (or 0x54AEBB) is known color: Viking. HEX triplet: 54, AE and BB. RGB value is (84,174,187). Sum of RGB (Red+Green+Blue) = 84+174+187=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #54AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AEBB is #AB5144. Grayscale: #949494. Windows color (decimal): -11227461 or 12299860. OLE color: 12299860.

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

Color convert

RGB 84 174 187 -
CMYK 0.55 0.07 0 0.27
HSL 187.57º 0.43% 0.53% -
HSV(B) 187.57º 0.55% 0.73% -
XYZ 27.76 35.74 52.45 -
YUV 148.57 149.68 81.94 -
System Red Green Blue C M Y K H S L
Decimal 84 174 187 0.55 0.07 0 0.27 187.57 0.43 0.53
Hex 54 AE BB 37 7 0 1B BC 2B 35
Octal 124 256 273 67 7 0 33 274 53 65
Binary 1010100 10101110 10111011 110111 111 0 11011 10111100 101011 110101

Color Harmonies of #54AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AEBB

Black with #54AEBB

Text Example


Text Example

White with #54AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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