#53c5aa

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

Shades of Puerto Rico #53C5AA

Tints of Puerto Rico #53C5AA

Color information

#53C5AA (or 0x53C5AA) is unknown color: approx Puerto Rico. HEX triplet: 53, C5 and AA. RGB value is (83,197,170). Sum of RGB (Red+Green+Blue) = 83+197+170=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #53C5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C5AA is #AC3A55. Grayscale: #9F9F9F. Windows color (decimal): -11287126 or 11191635. OLE color: 11191635.

HSL color Cylindrical-coordinate representation of color #53C5AA: hue angle of 165.79º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C5AA is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB83197170-
CMYK0.5800.140.23
HSL165.79º49.57%54.9%-
HSV(B)165.79º57.87%77.25%-
XYZ30.7944.6745.03-
YUV159.84133.7373.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.44%
GREEN value IS 197 (77.34% from 255) = 43.78%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=18.44%
G=43.78%
B=37.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831971700.5800.140.23165.7949.5754.9
Hex53C5AA3A0E17a63237
Octal12330525272016272466267
Binary10100111100010110101010111010011101011110100110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53c5aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,197,170); }

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

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

 a { background-color: rgb(83,197,170); }

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

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

 span { border-color: rgb(83,197,170); }

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