#54B8A5

Color #54B8A5 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #54B8A5

Tints of Puerto Rico #54B8A5

Color information

#54B8A5 (or 0x54B8A5) is unknown color: approx Puerto Rico. HEX triplet: 54, B8 and A5. RGB value is (84,184,165). Sum of RGB (Red+Green+Blue) = 84+184+165=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #54B8A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B8A5 is #AB475A. Grayscale: #979797. Windows color (decimal): -11224923 or 10860628. OLE color: 10860628.

HSL color Cylindrical-coordinate representation of color #54B8A5: hue angle of 168.6º 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 #54B8A5 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB84184165-
CMYK0.5400.100.28
HSL168.6º41.32%52.55%-
HSV(B)168.6º54.35%72.16%-
XYZ27.5938.8841.65-
YUV151.93135.3779.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.40%
GREEN value IS 184 (72.27% from 255) = 42.49%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=19.40%
G=42.49%
B=38.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal841841650.5400.100.28168.641.3252.55
Hex54B8A5360A1Ca92935
Octal12427024566012342515165
Binary10101001011100010100101110110010101110010101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54B8A5;
 }
 .AnyTagClassName
 {
   color: #54B8A5;
 }
</style>
background-color css

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

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

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

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

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

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