#54AD9D

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

Shades of Puerto Rico #54AD9D

Tints of Puerto Rico #54AD9D

Color information

#54AD9D (or 0x54AD9D) is unknown color: approx Puerto Rico. HEX triplet: 54, AD and 9D. RGB value is (84,173,157). Sum of RGB (Red+Green+Blue) = 84+173+157=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AD9D is #AB5262. Grayscale: #909090. Windows color (decimal): -11227747 or 10333524. OLE color: 10333524.

HSL color Cylindrical-coordinate representation of color #54AD9D: hue angle of 169.21º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AD9D is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB84173157-
CMYK0.5100.090.32
HSL169.21º35.18%50.39%-
HSV(B)169.21º51.45%67.84%-
XYZ24.6934.2137.2-
YUV144.56135.0184.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.29%
GREEN value IS 173 (67.97% from 255) = 41.79%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=20.29%
G=41.79%
B=37.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841731570.5100.090.32169.2135.1850.39
Hex54AD9D330920a92332
Octal12425523563011402514362
Binary101010010101101100111011100110100110000010101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,173,157); }

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

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

 a { background-color: rgb(84,173,157); }

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

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

 span { border-color: rgb(84,173,157); }

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