Html Css Color HEX #54B8B5 Fountain Blue

📋 copy color: '#54B8B5'

red 84 ◦ green 184 ◦ blue 181

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

Shades of Fountain Blue #54B8B5

Tints of Fountain Blue #54B8B5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.98%

 BLUE value IS 181 (71.09% from 255) = 40.31%

R = 18.71%
G = 40.98%
B = 40.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#54B8B5 (or 0x54B8B5) is known color: Fountain Blue. HEX triplet: 54, B8 and B5. RGB value is (84,184,181). Sum of RGB (Red+Green+Blue) = 84+184+181=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #54B8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B8B5 is #AB474A. Grayscale: #999999. Windows color (decimal): -11224907 or 11909204. OLE color: 11909204.

HSL color Cylindrical-coordinate representation of color #54B8B5: hue angle of 178.2º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B8B5 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 84 184 181 -
CMYK 0.54 0 0.02 0.28
HSL 178.2º 0.41% 0.53% -
HSV(B) 178.2º 0.54% 0.72% -
XYZ 29.14 39.5 49.81 -
YUV 153.76 143.37 78.24 -
System Red Green Blue C M Y K H S L
Decimal 84 184 181 0.54 0 0.02 0.28 178.2 0.41 0.53
Hex 54 B8 B5 36 0 2 1C B2 29 35
Octal 124 270 265 66 0 2 34 262 51 65
Binary 1010100 10111000 10110101 110110 0 10 11100 10110010 101001 110101

Color Harmonies of #54B8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B8B5

Black with #54B8B5

Text Example


Text Example

White with #54B8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,184,181); }

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

background-color css

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

 a { background-color: rgb(84,184,181); }

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

border-color css

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

 span { border-color: rgb(84,184,181); }

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