Html Css Color HEX #54B9B7 Fountain Blue

📋 copy color: '#54B9B7'

red 84 ◦ green 185 ◦ blue 183

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

Shades of Fountain Blue #54B9B7

Tints of Fountain Blue #54B9B7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.93%

 BLUE value IS 183 (71.88% from 255) = 40.49%

R = 18.58%
G = 40.93%
B = 40.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#54B9B7 (or 0x54B9B7) is known color: Fountain Blue. HEX triplet: 54, B9 and B7. RGB value is (84,185,183). Sum of RGB (Red+Green+Blue) = 84+185+183=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #54B9B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9B7 is #AB4648. Grayscale: #9A9A9A. Windows color (decimal): -11224649 or 12040532. OLE color: 12040532.

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

Color convert

RGB 84 185 183 -
CMYK 0.55 0 0.01 0.27
HSL 178.81º 0.42% 0.53% -
HSV(B) 178.81º 0.55% 0.73% -
XYZ 29.55 40 50.96 -
YUV 154.57 144.04 77.66 -
System Red Green Blue C M Y K H S L
Decimal 84 185 183 0.55 0 0.01 0.27 178.81 0.42 0.53
Hex 54 B9 B7 37 0 1 1B B3 2A 35
Octal 124 271 267 67 0 1 33 263 52 65
Binary 1010100 10111001 10110111 110111 0 1 11011 10110011 101010 110101

Color Harmonies of #54B9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B9B7

Black with #54B9B7

Text Example


Text Example

White with #54B9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,185,183); }

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

background-color css

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

 a { background-color: rgb(84,185,183); }

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

border-color css

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

 span { border-color: rgb(84,185,183); }

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