#53ABA1

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

Shades of Puerto Rico #53ABA1

Tints of Puerto Rico #53ABA1

Color information

#53ABA1 (or 0x53ABA1) is unknown color: approx Puerto Rico. HEX triplet: 53, AB and A1. RGB value is (83,171,161). Sum of RGB (Red+Green+Blue) = 83+171+161=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #53ABA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ABA1 is #AC545E. Grayscale: #8F8F8F. Windows color (decimal): -11293791 or 10595155. OLE color: 10595155.

HSL color Cylindrical-coordinate representation of color #53ABA1: hue angle of 173.18º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53ABA1 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB83171161-
CMYK0.5100.060.33
HSL173.18º34.65%49.8%-
HSV(B)173.18º51.46%67.06%-
XYZ24.5633.5438.9-
YUV143.55137.8584.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 161 (63.28% from 255) = 38.80%
R=20%
G=41.20%
B=38.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831711610.5100.060.33173.1834.6549.8
Hex53ABA1330621ad2332
Octal1232532416306412554362
Binary10100111010101110100001110011011010000110101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,171,161); }

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

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

 a { background-color: rgb(83,171,161); }

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

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

 span { border-color: rgb(83,171,161); }

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