#53C1AE

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

Shades of Puerto Rico #53C1AE

Tints of Puerto Rico #53C1AE

Color information

#53C1AE (or 0x53C1AE) is unknown color: approx Puerto Rico. HEX triplet: 53, C1 and AE. RGB value is (83,193,174). Sum of RGB (Red+Green+Blue) = 83+193+174=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #53C1AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C1AE is #AC3E51. Grayscale: #9D9D9D. Windows color (decimal): -11288146 or 11452755. OLE color: 11452755.

HSL color Cylindrical-coordinate representation of color #53C1AE: hue angle of 169.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C1AE is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB83193174-
CMYK0.5700.100.24
HSL169.64º47.01%54.12%-
HSV(B)169.64º56.99%75.69%-
XYZ30.2843.0346.76-
YUV157.94137.0674.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.44%
GREEN value IS 193 (75.78% from 255) = 42.89%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=18.44%
G=42.89%
B=38.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831931740.5700.100.24169.6447.0154.12
Hex53C1AE390A18aa2f36
Octal12330125671012302525766
Binary10100111100000110101110111001010101100010101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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