#53B7A1

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

Shades of Puerto Rico #53B7A1

Tints of Puerto Rico #53B7A1

Color information

#53B7A1 (or 0x53B7A1) is unknown color: approx Puerto Rico. HEX triplet: 53, B7 and A1. RGB value is (83,183,161). Sum of RGB (Red+Green+Blue) = 83+183+161=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #53B7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B7A1 is #AC485E. Grayscale: #969696. Windows color (decimal): -11290719 or 10598227. OLE color: 10598227.

HSL color Cylindrical-coordinate representation of color #53B7A1: hue angle of 166.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B7A1 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB83183161-
CMYK0.5500.120.28
HSL166.8º40.98%52.16%-
HSV(B)166.8º54.64%71.76%-
XYZ26.9338.2839.69-
YUV150.59133.8779.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.44%
GREEN value IS 183 (71.88% from 255) = 42.86%
BLUE value IS 161 (63.28% from 255) = 37.70%
R=19.44%
G=42.86%
B=37.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831831610.5500.120.28166.840.9852.16
Hex53B7A1370C1Ca72934
Octal12326724167014342475164
Binary10100111011011110100001110111011001110010100111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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