#54BEA9

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

Shades of Puerto Rico #54BEA9

Tints of Puerto Rico #54BEA9

Color information

#54BEA9 (or 0x54BEA9) is unknown color: approx Puerto Rico. HEX triplet: 54, BE and A9. RGB value is (84,190,169). Sum of RGB (Red+Green+Blue) = 84+190+169=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #54BEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BEA9 is #AB4156. Grayscale: #9B9B9B. Windows color (decimal): -11223383 or 11124308. OLE color: 11124308.

HSL color Cylindrical-coordinate representation of color #54BEA9: hue angle of 168.11º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BEA9 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB84190169-
CMYK0.5600.110.25
HSL168.11º44.92%53.73%-
HSV(B)168.11º55.79%74.51%-
XYZ29.2341.5844.02-
YUV155.91135.3876.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.96%
GREEN value IS 190 (74.61% from 255) = 42.89%
BLUE value IS 169 (66.41% from 255) = 38.15%
R=18.96%
G=42.89%
B=38.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841901690.5600.110.25168.1144.9253.73
Hex54BEA9380B19a82d36
Octal12427625170013312505566
Binary10101001011111010101001111000010111100110101000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,190,169); }

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

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

 a { background-color: rgb(84,190,169); }

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

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

 span { border-color: rgb(84,190,169); }

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