#53C4A3

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

Shades of Puerto Rico #53C4A3

Tints of Puerto Rico #53C4A3

Color information

#53C4A3 (or 0x53C4A3) is unknown color: approx Puerto Rico. HEX triplet: 53, C4 and A3. RGB value is (83,196,163). Sum of RGB (Red+Green+Blue) = 83+196+163=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 196 - color contains mainly: green. Hex color #53C4A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C4A3 is #AC3B5C. Grayscale: #9E9E9E. Windows color (decimal): -11287389 or 10732627. OLE color: 10732627.

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

Color convert

RGB83196163-
CMYK0.5800.170.23
HSL162.48º48.92%54.71%-
HSV(B)162.48º57.65%76.86%-
XYZ29.9243.9641.56-
YUV158.45130.5674.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.78%
GREEN value IS 196 (76.95% from 255) = 44.34%
BLUE value IS 163 (64.06% from 255) = 36.88%
R=18.78%
G=44.34%
B=36.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831961630.5800.170.23162.4848.9254.71
Hex53C4A33A01117a23137
Octal12330424372021272426167
Binary101001111000100101000111110100100011011110100010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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