#54B59F

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

Shades of Puerto Rico #54B59F

Tints of Puerto Rico #54B59F

Color information

#54B59F (or 0x54B59F) is unknown color: approx Puerto Rico. HEX triplet: 54, B5 and 9F. RGB value is (84,181,159). Sum of RGB (Red+Green+Blue) = 84+181+159=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 181 - color contains mainly: green. Hex color #54B59F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B59F is #AB4A60. Grayscale: #959595. Windows color (decimal): -11225697 or 10466644. OLE color: 10466644.

HSL color Cylindrical-coordinate representation of color #54B59F: hue angle of 166.39º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B59F is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB84181159-
CMYK0.5400.120.29
HSL166.39º39.59%51.96%-
HSV(B)166.39º53.59%70.98%-
XYZ26.4437.4438.63-
YUV149.49133.3681.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.81%
GREEN value IS 181 (71.09% from 255) = 42.69%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=19.81%
G=42.69%
B=37.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841811590.5400.120.29166.3939.5951.96
Hex54B59F360C1Da62834
Octal12426523766014352465064
Binary10101001011010110011111110110011001110110100110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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