Html Css Color HEX #54BEC4 Viking

📋 copy color: '#54BEC4'

red 84 ◦ green 190 ◦ blue 196

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

Shades of Viking #54BEC4

Tints of Viking #54BEC4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.43%

 BLUE value IS 196 (76.95% from 255) = 41.7%

R = 17.87%
G = 40.43%
B = 41.7%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#54BEC4 (or 0x54BEC4) is known color: Viking. HEX triplet: 54, BE and C4. RGB value is (84,190,196). Sum of RGB (Red+Green+Blue) = 84+190+196=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #54BEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BEC4 is #AB413B. Grayscale: #9E9E9E. Windows color (decimal): -11223356 or 12893780. OLE color: 12893780.

HSL color Cylindrical-coordinate representation of color #54BEC4: hue angle of 183.21º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54BEC4 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 84 190 196 -
CMYK 0.57 0.03 0 0.23
HSL 183.21º 0.49% 0.55% -
HSV(B) 183.21º 0.57% 0.77% -
XYZ 32.03 42.7 58.78 -
YUV 158.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 84 190 196 0.57 0.03 0 0.23 183.21 0.49 0.55
Hex 54 BE C4 39 3 0 17 B7 31 37
Octal 124 276 304 71 3 0 27 267 61 67
Binary 1010100 10111110 11000100 111001 11 0 10111 10110111 110001 110111

Color Harmonies of #54BEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BEC4

Black with #54BEC4

Text Example


Text Example

White with #54BEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,190,196); }

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

background-color css

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

 a { background-color: rgb(84,190,196); }

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

border-color css

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

 span { border-color: rgb(84,190,196); }

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