#54B4A3

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

Shades of Puerto Rico #54B4A3

Tints of Puerto Rico #54B4A3

Color information

#54B4A3 (or 0x54B4A3) is unknown color: approx Puerto Rico. HEX triplet: 54, B4 and A3. RGB value is (84,180,163). Sum of RGB (Red+Green+Blue) = 84+180+163=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #54B4A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B4A3 is #AB4B5C. Grayscale: #959595. Windows color (decimal): -11225949 or 10728532. OLE color: 10728532.

HSL color Cylindrical-coordinate representation of color #54B4A3: hue angle of 169.38º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B4A3 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB84180163-
CMYK0.5300.090.29
HSL169.38º39.02%51.76%-
HSV(B)169.38º53.33%70.59%-
XYZ26.5937.1740.42-
YUV149.36135.781.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.67%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 163 (64.06% from 255) = 38.17%
R=19.67%
G=42.15%
B=38.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841801630.5300.090.29169.3839.0251.76
Hex54B4A335091Da92734
Octal12426424365011352514764
Binary10101001011010010100011110101010011110110101001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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