#53C3A5

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

Shades of Puerto Rico #53C3A5

Tints of Puerto Rico #53C3A5

Color information

#53C3A5 (or 0x53C3A5) is unknown color: approx Puerto Rico. HEX triplet: 53, C3 and A5. RGB value is (83,195,165). Sum of RGB (Red+Green+Blue) = 83+195+165=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #53C3A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C3A5 is #AC3C5A. Grayscale: #9E9E9E. Windows color (decimal): -11287643 or 10863443. OLE color: 10863443.

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

Color convert

RGB83195165-
CMYK0.5700.150.24
HSL163.93º48.28%54.51%-
HSV(B)163.93º57.44%76.47%-
XYZ29.8743.5942.44-
YUV158.09131.8974.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.74%
GREEN value IS 195 (76.56% from 255) = 44.02%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=18.74%
G=44.02%
B=37.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831951650.5700.150.24163.9348.2854.51
Hex53C3A5390F18a43037
Octal12330324571017302446067
Binary10100111100001110100101111001011111100010100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,195,165); }

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

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

 a { background-color: rgb(83,195,165); }

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

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

 span { border-color: rgb(83,195,165); }

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