#54AFA5

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

Shades of Puerto Rico #54AFA5

Tints of Puerto Rico #54AFA5

Color information

#54AFA5 (or 0x54AFA5) is unknown color: approx Puerto Rico. HEX triplet: 54, AF and A5. RGB value is (84,175,165). Sum of RGB (Red+Green+Blue) = 84+175+165=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #54AFA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AFA5 is #AB505A. Grayscale: #929292. Windows color (decimal): -11227227 or 10858324. OLE color: 10858324.

HSL color Cylindrical-coordinate representation of color #54AFA5: hue angle of 173.41º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AFA5 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB84175165-
CMYK0.5200.060.31
HSL173.41º36.25%50.78%-
HSV(B)173.41º52%68.63%-
XYZ25.7835.2641.04-
YUV146.65138.3583.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.81%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 165 (64.84% from 255) = 38.92%
R=19.81%
G=41.27%
B=38.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841751650.5200.060.31173.4136.2550.78
Hex54AFA534061Fad2433
Octal1242572456406372554463
Binary1010100101011111010010111010001101111110101101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,175,165); }

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

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

 a { background-color: rgb(84,175,165); }

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

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

 span { border-color: rgb(84,175,165); }

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