#54B6AB

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

Shades of Puerto Rico #54B6AB

Tints of Puerto Rico #54B6AB

Color information

#54B6AB (or 0x54B6AB) is unknown color: approx Puerto Rico. HEX triplet: 54, B6 and AB. RGB value is (84,182,171). Sum of RGB (Red+Green+Blue) = 84+182+171=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 182 - color contains mainly: green. Hex color #54B6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B6AB is #AB4954. Grayscale: #979797. Windows color (decimal): -11225429 or 11253332. OLE color: 11253332.

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

Color convert

RGB84182171-
CMYK0.5400.060.29
HSL173.27º40.16%52.16%-
HSV(B)173.27º53.85%71.37%-
XYZ27.7338.2844.46-
YUV151.44139.0379.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.22%
GREEN value IS 182 (71.48% from 255) = 41.65%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=19.22%
G=41.65%
B=39.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841821710.5400.060.29173.2740.1652.16
Hex54B6AB36061Dad2834
Octal1242662536606352555064
Binary1010100101101101010101111011001101110110101101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,182,171); }

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

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

 a { background-color: rgb(84,182,171); }

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

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

 span { border-color: rgb(84,182,171); }

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