#53B89B

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

Shades of Puerto Rico #53B89B

Tints of Puerto Rico #53B89B

Color information

#53B89B (or 0x53B89B) is unknown color: approx Puerto Rico. HEX triplet: 53, B8 and 9B. RGB value is (83,184,155). Sum of RGB (Red+Green+Blue) = 83+184+155=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #53B89B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B89B is #AC4764. Grayscale: #969696. Windows color (decimal): -11290469 or 10205267. OLE color: 10205267.

HSL color Cylindrical-coordinate representation of color #53B89B: hue angle of 162.77º degrees, saturation: 0.42, 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 #53B89B is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB83184155-
CMYK0.5500.160.28
HSL162.77º41.56%52.35%-
HSV(B)162.77º54.89%72.16%-
XYZ26.6238.4937.04-
YUV150.5130.5479.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.67%
GREEN value IS 184 (72.27% from 255) = 43.60%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=19.67%
G=43.60%
B=36.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831841550.5500.160.28162.7741.5652.35
Hex53B89B370101Ca32a34
Octal12327023367020342435264
Binary101001110111000100110111101110100001110010100011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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