#53B8AE

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

Shades of Puerto Rico #53B8AE

Tints of Puerto Rico #53B8AE

Color information

#53B8AE (or 0x53B8AE) is unknown color: approx Puerto Rico. HEX triplet: 53, B8 and AE. RGB value is (83,184,174). Sum of RGB (Red+Green+Blue) = 83+184+174=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #53B8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B8AE is #AC4751. Grayscale: #989898. Windows color (decimal): -11290450 or 11450451. OLE color: 11450451.

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

Color convert

RGB83184174-
CMYK0.5500.050.28
HSL174.06º41.56%52.35%-
HSV(B)174.06º54.89%72.16%-
XYZ28.3539.1846.11-
YUV152.66140.0478.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.82%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=18.82%
G=41.72%
B=39.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831841740.5500.050.28174.0641.5652.35
Hex53B8AE37051Cae2a34
Octal1232702566705342565264
Binary1010011101110001010111011011101011110010101110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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