#53B49E

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

Shades of Puerto Rico #53B49E

Tints of Puerto Rico #53B49E

Color information

#53B49E (or 0x53B49E) is unknown color: approx Puerto Rico. HEX triplet: 53, B4 and 9E. RGB value is (83,180,158). Sum of RGB (Red+Green+Blue) = 83+180+158=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #53B49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B49E is #AC4B61. Grayscale: #949494. Windows color (decimal): -11291490 or 10400851. OLE color: 10400851.

HSL color Cylindrical-coordinate representation of color #53B49E: hue angle of 166.39º degrees, saturation: 0.39, 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 #53B49E is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB83180158-
CMYK0.5400.120.29
HSL166.39º39.27%51.57%-
HSV(B)166.39º53.89%70.59%-
XYZ26.0636.9538.11-
YUV148.49133.3681.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.71%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=19.71%
G=42.76%
B=37.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831801580.5400.120.29166.3939.2751.57
Hex53B49E360C1Da62734
Octal12326423666014352464764
Binary10100111011010010011110110110011001110110100110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,180,158); }

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

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

 a { background-color: rgb(83,180,158); }

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

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

 span { border-color: rgb(83,180,158); }

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