#53B1A6

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

Shades of Puerto Rico #53B1A6

Tints of Puerto Rico #53B1A6

Color information

#53B1A6 (or 0x53B1A6) is unknown color: approx Puerto Rico. HEX triplet: 53, B1 and A6. RGB value is (83,177,166). Sum of RGB (Red+Green+Blue) = 83+177+166=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #53B1A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B1A6 is #AC4E59. Grayscale: #939393. Windows color (decimal): -11292250 or 10924371. OLE color: 10924371.

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

Color convert

RGB83177166-
CMYK0.5300.060.31
HSL172.98º37.6%50.98%-
HSV(B)172.98º53.11%69.41%-
XYZ26.1736.0441.65-
YUV147.64138.3681.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.48%
GREEN value IS 177 (69.53% from 255) = 41.55%
BLUE value IS 166 (65.23% from 255) = 38.97%
R=19.48%
G=41.55%
B=38.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831771660.5300.060.31172.9837.650.98
Hex53B1A635061Fad2633
Octal1232612466506372554663
Binary1010011101100011010011011010101101111110101101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B1A6; }

 p { color: rgb(83,177,166); }

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

<style>
 a { background-color: #53B1A6; }

 a { background-color: rgb(83,177,166); }

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

<style>
 span { border-color: #53B1A6; }

 span { border-color: rgb(83,177,166); }

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