#54BCA1

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

Shades of Puerto Rico #54BCA1

Tints of Puerto Rico #54BCA1

Color information

#54BCA1 (or 0x54BCA1) is unknown color: approx Puerto Rico. HEX triplet: 54, BC and A1. RGB value is (84,188,161). Sum of RGB (Red+Green+Blue) = 84+188+161=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #54BCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BCA1 is #AB435E. Grayscale: #999999. Windows color (decimal): -11223903 or 10599508. OLE color: 10599508.

HSL color Cylindrical-coordinate representation of color #54BCA1: hue angle of 164.42º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BCA1 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB84188161-
CMYK0.5500.140.26
HSL164.42º43.7%53.33%-
HSV(B)164.42º55.32%73.73%-
XYZ28.0740.4240.04-
YUV153.83132.0478.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.40%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 161 (63.28% from 255) = 37.18%
R=19.40%
G=43.42%
B=37.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841881610.5500.140.26164.4243.753.33
Hex54BCA1370E1Aa42c35
Octal12427424167016322445465
Binary10101001011110010100001110111011101101010100100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,188,161); }

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

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

 a { background-color: rgb(84,188,161); }

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

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

 span { border-color: rgb(84,188,161); }

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