#54BAA8

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

Shades of Puerto Rico #54BAA8

Tints of Puerto Rico #54BAA8

Color information

#54BAA8 (or 0x54BAA8) is unknown color: approx Puerto Rico. HEX triplet: 54, BA and A8. RGB value is (84,186,168). Sum of RGB (Red+Green+Blue) = 84+186+168=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #54BAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BAA8 is #AB4557. Grayscale: #999999. Windows color (decimal): -11224408 or 11057748. OLE color: 11057748.

HSL color Cylindrical-coordinate representation of color #54BAA8: hue angle of 169.41º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BAA8 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB84186168-
CMYK0.5500.100.27
HSL169.41º42.5%52.94%-
HSV(B)169.41º54.84%72.94%-
XYZ28.2839.8343.24-
YUV153.45136.2178.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.18%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 168 (66.02% from 255) = 38.36%
R=19.18%
G=42.47%
B=38.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841861680.5500.100.27169.4142.552.94
Hex54BAA8370A1Ba92a35
Octal12427225067012332515265
Binary10101001011101010101000110111010101101110101001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,186,168); }

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

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

 a { background-color: rgb(84,186,168); }

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

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

 span { border-color: rgb(84,186,168); }

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