#54BCA3

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

Shades of Puerto Rico #54BCA3

Tints of Puerto Rico #54BCA3

Color information

#54BCA3 (or 0x54BCA3) is unknown color: approx Puerto Rico. HEX triplet: 54, BC and A3. RGB value is (84,188,163). Sum of RGB (Red+Green+Blue) = 84+188+163=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #54BCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BCA3 is #AB435C. Grayscale: #9A9A9A. Windows color (decimal): -11223901 or 10730580. OLE color: 10730580.

HSL color Cylindrical-coordinate representation of color #54BCA3: hue angle of 165.58º 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 #54BCA3 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB84188163-
CMYK0.5500.130.26
HSL165.58º43.7%53.33%-
HSV(B)165.58º55.32%73.73%-
XYZ28.2540.540.98-
YUV154.05133.0478.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.31%
GREEN value IS 188 (73.83% from 255) = 43.22%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=19.31%
G=43.22%
B=37.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841881630.5500.130.26165.5843.753.33
Hex54BCA3370D1Aa62c35
Octal12427424367015322465465
Binary10101001011110010100011110111011011101010100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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