Html Css Color HEX #54B7B3 Fountain Blue

📋 copy color: '#54B7B3'

red 84 ◦ green 183 ◦ blue 179

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

Shades of Fountain Blue #54B7B3

Tints of Fountain Blue #54B7B3

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.03%

 BLUE value IS 179 (70.31% from 255) = 40.13%

R = 18.83%
G = 41.03%
B = 40.13%

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

#54B7B3 (or 0x54B7B3) is known color: Fountain Blue. HEX triplet: 54, B7 and B3. RGB value is (84,183,179). Sum of RGB (Red+Green+Blue) = 84+183+179=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #54B7B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B7B3 is #AB484C. Grayscale: #989898. Windows color (decimal): -11225165 or 11777876. OLE color: 11777876.

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

Color convert

RGB 84 183 179 -
CMYK 0.54 0 0.02 0.28
HSL 177.58º 0.41% 0.52% -
HSV(B) 177.58º 0.54% 0.72% -
XYZ 28.73 39.01 48.66 -
YUV 152.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 84 183 179 0.54 0 0.02 0.28 177.58 0.41 0.52
Hex 54 B7 B3 36 0 2 1C B2 29 34
Octal 124 267 263 66 0 2 34 262 51 64
Binary 1010100 10110111 10110011 110110 0 10 11100 10110010 101001 110100

Color Harmonies of #54B7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B7B3

Black with #54B7B3

Text Example


Text Example

White with #54B7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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