#53B6AE

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

Shades of Puerto Rico #53B6AE

Tints of Puerto Rico #53B6AE

Color information

#53B6AE (or 0x53B6AE) is unknown color: approx Puerto Rico. HEX triplet: 53, B6 and AE. RGB value is (83,182,174). Sum of RGB (Red+Green+Blue) = 83+182+174=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 182 - color contains mainly: green. Hex color #53B6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B6AE is #AC4951. Grayscale: #979797. Windows color (decimal): -11290962 or 11449939. OLE color: 11449939.

HSL color Cylindrical-coordinate representation of color #53B6AE: hue angle of 175.15º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B6AE is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB83182174-
CMYK0.5400.040.29
HSL175.15º40.41%51.96%-
HSV(B)175.15º54.4%71.37%-
XYZ27.9438.3545.97-
YUV151.49140.779.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.91%
GREEN value IS 182 (71.48% from 255) = 41.46%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=18.91%
G=41.46%
B=39.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831821740.5400.040.29175.1540.4151.96
Hex53B6AE36041Daf2834
Octal1232662566604352575064
Binary1010011101101101010111011011001001110110101111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,182,174); }

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

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

 a { background-color: rgb(83,182,174); }

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

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

 span { border-color: rgb(83,182,174); }

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