#53BA9A

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

Shades of Puerto Rico #53BA9A

Tints of Puerto Rico #53BA9A

Color information

#53BA9A (or 0x53BA9A) is unknown color: approx Puerto Rico. HEX triplet: 53, BA and 9A. RGB value is (83,186,154). Sum of RGB (Red+Green+Blue) = 83+186+154=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BA9A is #AC4565. Grayscale: #979797. Windows color (decimal): -11289958 or 10140243. OLE color: 10140243.

HSL color Cylindrical-coordinate representation of color #53BA9A: hue angle of 161.36º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BA9A is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB83186154-
CMYK0.5500.170.27
HSL161.36º42.74%52.75%-
HSV(B)161.36º55.38%72.94%-
XYZ26.9639.2936.73-
YUV151.56129.3879.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.62%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=19.62%
G=43.97%
B=36.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831861540.5500.170.27161.3642.7452.75
Hex53BA9A370111Ba12b35
Octal12327223267021332415365
Binary101001110111010100110101101110100011101110100001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,186,154); }

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

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

 a { background-color: rgb(83,186,154); }

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

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

 span { border-color: rgb(83,186,154); }

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