#53C4AA

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

Shades of Puerto Rico #53C4AA

Tints of Puerto Rico #53C4AA

Color information

#53C4AA (or 0x53C4AA) is unknown color: approx Puerto Rico. HEX triplet: 53, C4 and AA. RGB value is (83,196,170). Sum of RGB (Red+Green+Blue) = 83+196+170=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #53C4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C4AA is #AC3B55. Grayscale: #9F9F9F. Windows color (decimal): -11287382 or 11191379. OLE color: 11191379.

HSL color Cylindrical-coordinate representation of color #53C4AA: hue angle of 166.19º degrees, saturation: 0.49, 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 #53C4AA is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB83196170-
CMYK0.5800.130.23
HSL166.19º48.92%54.71%-
HSV(B)166.19º57.65%76.86%-
XYZ30.5644.2244.95-
YUV159.25134.0673.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.49%
GREEN value IS 196 (76.95% from 255) = 43.65%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=18.49%
G=43.65%
B=37.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831961700.5800.130.23166.1948.9254.71
Hex53C4AA3A0D17a63137
Octal12330425272015272466167
Binary10100111100010010101010111010011011011110100110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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