#53BAB3

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

Shades of Puerto Rico #53BAB3

Tints of Puerto Rico #53BAB3

Color information

#53BAB3 (or 0x53BAB3) is unknown color: approx Puerto Rico. HEX triplet: 53, BA and B3. RGB value is (83,186,179). Sum of RGB (Red+Green+Blue) = 83+186+179=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #53BAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BAB3 is #AC454C. Grayscale: #9A9A9A. Windows color (decimal): -11289933 or 11778643. OLE color: 11778643.

HSL color Cylindrical-coordinate representation of color #53BAB3: hue angle of 175.92º 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 #53BAB3 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB83186179-
CMYK0.5500.040.27
HSL175.92º42.74%52.75%-
HSV(B)175.92º55.38%72.94%-
XYZ29.2640.2148.87-
YUV154.4141.8877.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.53%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 179 (70.31% from 255) = 39.96%
R=18.53%
G=41.52%
B=39.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831861790.5500.040.27175.9242.7452.75
Hex53BAB337041Bb02b35
Octal1232722636704332605365
Binary1010011101110101011001111011101001101110110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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