#53B39B

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

Shades of Puerto Rico #53B39B

Tints of Puerto Rico #53B39B

Color information

#53B39B (or 0x53B39B) is unknown color: approx Puerto Rico. HEX triplet: 53, B3 and 9B. RGB value is (83,179,155). Sum of RGB (Red+Green+Blue) = 83+179+155=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #53B39B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B39B is #AC4C64. Grayscale: #939393. Windows color (decimal): -11291749 or 10203987. OLE color: 10203987.

HSL color Cylindrical-coordinate representation of color #53B39B: hue angle of 165º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B39B is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB83179155-
CMYK0.5400.130.30
HSL165º38.71%51.37%-
HSV(B)165º53.63%70.2%-
XYZ25.636.4536.7-
YUV147.56132.281.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.90%
GREEN value IS 179 (70.31% from 255) = 42.93%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=19.90%
G=42.93%
B=37.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831791550.5400.130.3016538.7151.37
Hex53B39B360D1Ea52733
Octal12326323366015362454763
Binary10100111011001110011011110110011011111010100101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,179,155); }

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

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

 a { background-color: rgb(83,179,155); }

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

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

 span { border-color: rgb(83,179,155); }

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